Html Css Color HEX #09343F Nordic

📋 copy color: '#09343F'

red 9 ◦ green 52 ◦ blue 63

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

Shades of Nordic #09343F

Tints of Nordic #09343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50.81%

R = 7.26%
G = 41.94%
B = 50.81%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09343F (or 0x09343F) is known color: Nordic. HEX triplet: 09, 34 and 3F. RGB value is (9,52,63). Sum of RGB (Red+Green+Blue) = 9+52+63=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #09343F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09343F is #F6CBC0. Grayscale: #282828. Windows color (decimal): -16174017 or 4142089. OLE color: 4142089.

HSL color Cylindrical-coordinate representation of color #09343F: hue angle of 192.22º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09343F is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 52 63 -
CMYK 0.86 0.17 0 0.75
HSL 192.22º 0.75% 0.14% -
HSV(B) 192.22º 0.86% 0.25% -
XYZ 2.24 2.87 5.14 -
YUV 40.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 9 52 63 0.86 0.17 0 0.75 192.22 0.75 0.14
Hex 9 34 3F 56 11 0 4B C0 4B E
Octal 11 64 77 126 21 0 113 300 113 16
Binary 1001 110100 111111 1010110 10001 0 1001011 11000000 1001011 1110

Color Harmonies of #09343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09343F

Black with #09343F

Text Example


Text Example

White with #09343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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