Html Css Color HEX #0C3A48 Nordic

📋 copy color: '#0C3A48'

red 12 ◦ green 58 ◦ blue 72

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

Shades of Nordic #0C3A48

Tints of Nordic #0C3A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 40.85%

 BLUE value IS 72 (28.52% from 255) = 50.7%

R = 8.45%
G = 40.85%
B = 50.7%

CMYK

 C value IS 0.83

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0C3A48 (or 0x0C3A48) is known color: Nordic. HEX triplet: 0C, 3A and 48. RGB value is (12,58,72). Sum of RGB (Red+Green+Blue) = 12+58+72=142 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.45% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #0C3A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3A48 is #F3C5B7. Grayscale: #2D2D2D. Windows color (decimal): -15975864 or 4733452. OLE color: 4733452.

HSL color Cylindrical-coordinate representation of color #0C3A48: hue angle of 194º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C3A48 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 12 58 72 -
CMYK 0.83 0.19 0 0.72
HSL 194º 0.71% 0.16% -
HSV(B) 194º 0.83% 0.28% -
XYZ 2.83 3.57 6.67 -
YUV 45.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 12 58 72 0.83 0.19 0 0.72 194 0.71 0.16
Hex C 3A 48 53 13 0 48 C2 47 10
Octal 14 72 110 123 23 0 110 302 107 20
Binary 1100 111010 1001000 1010011 10011 0 1001000 11000010 1000111 10000

Color Harmonies of #0C3A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3A48

Black with #0C3A48

Text Example


Text Example

White with #0C3A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,58,72); }

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

background-color css

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

 a { background-color: rgb(12,58,72); }

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

border-color css

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

 span { border-color: rgb(12,58,72); }

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