Html Css Color HEX #093238 Nordic

📋 copy color: '#093238'

red 9 ◦ green 50 ◦ blue 56

#093238
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #093238

Tints of Nordic #093238

RGB

 RED value IS 9 (3.91% from 255) = 7.83%

 GREEN value IS 50 (19.92% from 255) = 43.48%

 BLUE value IS 56 (22.27% from 255) = 48.7%

R = 7.83%
G = 43.48%
B = 48.7%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#093238 (or 0x093238) is known color: Nordic. HEX triplet: 09, 32 and 38. RGB value is (9,50,56). Sum of RGB (Red+Green+Blue) = 9+50+56=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #093238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093238 is #F6CDC7. Grayscale: #262626. Windows color (decimal): -16174536 or 3682825. OLE color: 3682825.

HSL color Cylindrical-coordinate representation of color #093238: hue angle of 187.66º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093238 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 50 56 -
CMYK 0.84 0.11 0 0.78
HSL 187.66º 0.72% 0.13% -
HSV(B) 187.66º 0.84% 0.22% -
XYZ 1.97 2.62 4.14 -
YUV 38.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 9 50 56 0.84 0.11 0 0.78 187.66 0.72 0.13
Hex 9 32 38 54 B 0 4E BC 48 D
Octal 11 62 70 124 13 0 116 274 110 15
Binary 1001 110010 111000 1010100 1011 0 1001110 10111100 1001000 1101

Color Harmonies of #093238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093238

Black with #093238

Text Example


Text Example

White with #093238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093238; }

 p { color: rgb(9,50,56); }

 H1.HeaderClassName
 {
   color: #093238;
 }
 .AnyTagClassName
 {
   color: #093238;
 }
</style>

background-color css

<style>
 a { background-color: #093238; }

 a { background-color: rgb(9,50,56); }

 div.DivClassName
 {
   background-color: #093238;
 }
 .BgClassName
 {
   background-color: #093238;
 }
</style>

border-color css

<style>
 span { border-color: #093238; }

 span { border-color: rgb(9,50,56); }

 td.TdClassName
 {
   border-color: #093238;
 }
 .TagClassName
 {
   border-color: #093238;
 }
</style>