Html Css Color HEX #0C393E Nordic

📋 copy color: '#0C393E'

red 12 ◦ green 57 ◦ blue 62

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

Shades of Nordic #0C393E

Tints of Nordic #0C393E

RGB

 RED value IS 12 (5.08% from 255) = 9.16%

 GREEN value IS 57 (22.66% from 255) = 43.51%

 BLUE value IS 62 (24.61% from 255) = 47.33%

R = 9.16%
G = 43.51%
B = 47.33%

CMYK

 C value IS 0.81

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C393E (or 0x0C393E) is known color: Nordic. HEX triplet: 0C, 39 and 3E. RGB value is (12,57,62). Sum of RGB (Red+Green+Blue) = 12+57+62=131 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.16% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C393E is #F3C6C1. Grayscale: #2C2C2C. Windows color (decimal): -15976130 or 4077836. OLE color: 4077836.

HSL color Cylindrical-coordinate representation of color #0C393E: hue angle of 186º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C393E is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 57 62 -
CMYK 0.81 0.08 0 0.76
HSL 186º 0.68% 0.15% -
HSV(B) 186º 0.81% 0.24% -
XYZ 2.48 3.35 5.07 -
YUV 44.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 12 57 62 0.81 0.08 0 0.76 186 0.68 0.15
Hex C 39 3E 51 8 0 4C BA 44 F
Octal 14 71 76 121 10 0 114 272 104 17
Binary 1100 111001 111110 1010001 1000 0 1001100 10111010 1000100 1111

Color Harmonies of #0C393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C393E

Black with #0C393E

Text Example


Text Example

White with #0C393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C393E; }

 p { color: rgb(12,57,62); }

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

background-color css

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

 a { background-color: rgb(12,57,62); }

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

border-color css

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

 span { border-color: rgb(12,57,62); }

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