Html Css Color HEX #093437 Nordic

📋 copy color: '#093437'

red 9 ◦ green 52 ◦ blue 55

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

Shades of Nordic #093437

Tints of Nordic #093437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 44.83%

 BLUE value IS 55 (21.88% from 255) = 47.41%

R = 7.76%
G = 44.83%
B = 47.41%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093437 (or 0x093437) is known color: Nordic. HEX triplet: 09, 34 and 37. RGB value is (9,52,55). Sum of RGB (Red+Green+Blue) = 9+52+55=116 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.76% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 55 - color contains mainly: blue. Hex color #093437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093437 is #F6CBC8. Grayscale: #272727. Windows color (decimal): -16174025 or 3617801. OLE color: 3617801.

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

Color convert

RGB 9 52 55 -
CMYK 0.84 0.05 0 0.78
HSL 183.91º 0.72% 0.13% -
HSV(B) 183.91º 0.84% 0.22% -
XYZ 2.03 2.79 4.05 -
YUV 39.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 9 52 55 0.84 0.05 0 0.78 183.91 0.72 0.13
Hex 9 34 37 54 5 0 4E B8 48 D
Octal 11 64 67 124 5 0 116 270 110 15
Binary 1001 110100 110111 1010100 101 0 1001110 10111000 1001000 1101

Color Harmonies of #093437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093437

Black with #093437

Text Example


Text Example

White with #093437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093437; }

 p { color: rgb(9,52,55); }

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

background-color css

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

 a { background-color: rgb(9,52,55); }

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

border-color css

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

 span { border-color: rgb(9,52,55); }

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