Html Css Color HEX #093339 Nordic

📋 copy color: '#093339'

red 9 ◦ green 51 ◦ blue 57

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

Shades of Nordic #093339

Tints of Nordic #093339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 43.59%

 BLUE value IS 57 (22.66% from 255) = 48.72%

R = 7.69%
G = 43.59%
B = 48.72%

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

#093339 (or 0x093339) is known color: Nordic. HEX triplet: 09, 33 and 39. RGB value is (9,51,57). Sum of RGB (Red+Green+Blue) = 9+51+57=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #093339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093339 is #F6CCC6. Grayscale: #272727. Windows color (decimal): -16174279 or 3748617. OLE color: 3748617.

HSL color Cylindrical-coordinate representation of color #093339: hue angle of 187.5º degrees, saturation: 0.73, 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 #093339 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 51 57 -
CMYK 0.84 0.11 0 0.78
HSL 187.5º 0.73% 0.13% -
HSV(B) 187.5º 0.84% 0.22% -
XYZ 2.04 2.72 4.29 -
YUV 39.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 9 51 57 0.84 0.11 0 0.78 187.5 0.73 0.13
Hex 9 33 39 54 B 0 4E BC 49 D
Octal 11 63 71 124 13 0 116 274 111 15
Binary 1001 110011 111001 1010100 1011 0 1001110 10111100 1001001 1101

Color Harmonies of #093339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093339

Black with #093339

Text Example


Text Example

White with #093339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093339; }

 p { color: rgb(9,51,57); }

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

background-color css

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

 a { background-color: rgb(9,51,57); }

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

border-color css

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

 span { border-color: rgb(9,51,57); }

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