Html Css Color HEX #09343B Nordic

📋 copy color: '#09343B'

red 9 ◦ green 52 ◦ blue 59

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

Shades of Nordic #09343B

Tints of Nordic #09343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 49.17%

R = 7.5%
G = 43.33%
B = 49.17%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09343B (or 0x09343B) is known color: Nordic. HEX triplet: 09, 34 and 3B. RGB value is (9,52,59). Sum of RGB (Red+Green+Blue) = 9+52+59=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #09343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09343B is #F6CBC4. Grayscale: #272727. Windows color (decimal): -16174021 or 3879945. OLE color: 3879945.

HSL color Cylindrical-coordinate representation of color #09343B: hue angle of 188.4º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09343B is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 52 59 -
CMYK 0.85 0.12 0 0.77
HSL 188.4º 0.74% 0.13% -
HSV(B) 188.4º 0.85% 0.23% -
XYZ 2.13 2.83 4.57 -
YUV 39.94 138.75 105.93 -
System Red Green Blue C M Y K H S L
Decimal 9 52 59 0.85 0.12 0 0.77 188.4 0.74 0.13
Hex 9 34 3B 55 C 0 4D BC 4A D
Octal 11 64 73 125 14 0 115 274 112 15
Binary 1001 110100 111011 1010101 1100 0 1001101 10111100 1001010 1101

Color Harmonies of #09343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09343B

Black with #09343B

Text Example


Text Example

White with #09343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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