Html Css Color HEX #0C363E Nordic

📋 copy color: '#0C363E'

red 12 ◦ green 54 ◦ blue 62

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

Shades of Nordic #0C363E

Tints of Nordic #0C363E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.19%

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

R = 9.38%
G = 42.19%
B = 48.44%

CMYK

 C value IS 0.81

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C363E (or 0x0C363E) is known color: Nordic. HEX triplet: 0C, 36 and 3E. RGB value is (12,54,62). Sum of RGB (Red+Green+Blue) = 12+54+62=128 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.38% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #0C363E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C363E is #F3C9C1. Grayscale: #2A2A2A. Windows color (decimal): -15976898 or 4077068. OLE color: 4077068.

HSL color Cylindrical-coordinate representation of color #0C363E: hue angle of 189.6º 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 #0C363E is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 54 62 -
CMYK 0.81 0.13 0 0.76
HSL 189.6º 0.68% 0.15% -
HSV(B) 189.6º 0.81% 0.24% -
XYZ 2.34 3.06 5.03 -
YUV 42.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 12 54 62 0.81 0.13 0 0.76 189.6 0.68 0.15
Hex C 36 3E 51 D 0 4C BE 44 F
Octal 14 66 76 121 15 0 114 276 104 17
Binary 1100 110110 111110 1010001 1101 0 1001100 10111110 1000100 1111

Color Harmonies of #0C363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C363E

Black with #0C363E

Text Example


Text Example

White with #0C363E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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