#0C3239

Color #0C3239 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #0C3239

Tints of Nordic #0C3239

Color information

#0C3239 (or 0x0C3239) is unknown color: approx Nordic. HEX triplet: 0C, 32 and 39. RGB value is (12,50,57). Sum of RGB (Red+Green+Blue) = 12+50+57=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 57 - color contains mainly: blue. Hex color #0C3239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3239 is #F3CDC6. Grayscale: #272727. Windows color (decimal): -15977927 or 3748364. OLE color: 3748364.

HSL color Cylindrical-coordinate representation of color #0C3239: hue angle of 189.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C3239 is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB125057-
CMYK0.790.1200.78
HSL189.33º65.22%13.53%-
HSV(B)189.33º78.95%22.35%-
XYZ2.032.654.28-
YUV39.44137.91108.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.08%
GREEN value IS 50 (19.92% from 255) = 42.02%
BLUE value IS 57 (22.66% from 255) = 47.90%
R=10.08%
G=42.02%
B=47.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1250570.790.1200.78189.3365.2213.53
HexC32394FC04Ebd41e
Octal14627111714011627510116
Binary110011001011100110011111100010011101011110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C3239;
 }
 .AnyTagClassName
 {
   color: #0C3239;
 }
</style>
background-color css

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

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

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

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

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

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