Html Css Color HEX #0C3944 Nordic

📋 copy color: '#0C3944'

red 12 ◦ green 57 ◦ blue 68

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

Shades of Nordic #0C3944

Tints of Nordic #0C3944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 49.64%

R = 8.76%
G = 41.61%
B = 49.64%

CMYK

 C value IS 0.82

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0C3944 (or 0x0C3944) is known color: Nordic. HEX triplet: 0C, 39 and 44. RGB value is (12,57,68). Sum of RGB (Red+Green+Blue) = 12+57+68=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 68 (26.95% from 255 or 49.64% from 137); Max value from RGB is 68 - color contains mainly: blue. Hex color #0C3944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3944 is #F3C6BB. Grayscale: #2C2C2C. Windows color (decimal): -15976124 or 4471052. OLE color: 4471052.

HSL color Cylindrical-coordinate representation of color #0C3944: hue angle of 191.79º degrees, saturation: 0.7, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C3944 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 57 68 -
CMYK 0.82 0.16 0 0.73
HSL 191.79º 0.7% 0.16% -
HSV(B) 191.79º 0.82% 0.27% -
XYZ 2.66 3.42 5.99 -
YUV 44.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 12 57 68 0.82 0.16 0 0.73 191.79 0.7 0.16
Hex C 39 44 52 10 0 49 C0 46 10
Octal 14 71 104 122 20 0 111 300 106 20
Binary 1100 111001 1000100 1010010 10000 0 1001001 11000000 1000110 10000

Color Harmonies of #0C3944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3944

Black with #0C3944

Text Example


Text Example

White with #0C3944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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