Html Css Color HEX #093237 Nordic

📋 copy color: '#093237'

red 9 ◦ green 50 ◦ blue 55

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

Shades of Nordic #093237

Tints of Nordic #093237

RGB

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

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

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

R = 7.89%
G = 43.86%
B = 48.25%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#093237 (or 0x093237) is known color: Nordic. HEX triplet: 09, 32 and 37. RGB value is (9,50,55). Sum of RGB (Red+Green+Blue) = 9+50+55=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 55 - color contains mainly: blue. Hex color #093237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093237 is #F6CDC8. Grayscale: #262626. Windows color (decimal): -16174537 or 3617289. OLE color: 3617289.

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

Color convert

RGB 9 50 55 -
CMYK 0.84 0.09 0 0.78
HSL 186.52º 0.72% 0.13% -
HSV(B) 186.52º 0.84% 0.22% -
XYZ 1.94 2.62 4.02 -
YUV 38.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 9 50 55 0.84 0.09 0 0.78 186.52 0.72 0.13
Hex 9 32 37 54 9 0 4E BB 48 D
Octal 11 62 67 124 11 0 116 273 110 15
Binary 1001 110010 110111 1010100 1001 0 1001110 10111011 1001000 1101

Color Harmonies of #093237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093237

Black with #093237

Text Example


Text Example

White with #093237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093237; }

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

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

background-color css

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

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

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

border-color css

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

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

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