Html Css Color HEX #0C343B Nordic

📋 copy color: '#0C343B'

red 12 ◦ green 52 ◦ blue 59

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

Shades of Nordic #0C343B

Tints of Nordic #0C343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.28%

 BLUE value IS 59 (23.44% from 255) = 47.97%

R = 9.76%
G = 42.28%
B = 47.97%

CMYK

 C value IS 0.80

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0C343B (or 0x0C343B) is known color: Nordic. HEX triplet: 0C, 34 and 3B. RGB value is (12,52,59). Sum of RGB (Red+Green+Blue) = 12+52+59=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C343B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C343B is #F3CBC4. Grayscale: #282828. Windows color (decimal): -15977413 or 3879948. OLE color: 3879948.

HSL color Cylindrical-coordinate representation of color #0C343B: hue angle of 188.94º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C343B is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 12 52 59 -
CMYK 0.80 0.12 0 0.77
HSL 188.94º 0.66% 0.14% -
HSV(B) 188.94º 0.8% 0.23% -
XYZ 2.17 2.85 4.57 -
YUV 40.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 12 52 59 0.80 0.12 0 0.77 188.94 0.66 0.14
Hex C 34 3B 50 C 0 4D BD 42 E
Octal 14 64 73 120 14 0 115 275 102 16
Binary 1100 110100 111011 1010000 1100 0 1001101 10111101 1000010 1110

Color Harmonies of #0C343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C343B

Black with #0C343B

Text Example


Text Example

White with #0C343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,52,59); }

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

background-color css

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

 a { background-color: rgb(12,52,59); }

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

border-color css

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

 span { border-color: rgb(12,52,59); }

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