Html Css Color HEX #0C323D Nordic

📋 copy color: '#0C323D'

red 12 ◦ green 50 ◦ blue 61

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

Shades of Nordic #0C323D

Tints of Nordic #0C323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.65%

 BLUE value IS 61 (24.22% from 255) = 49.59%

R = 9.76%
G = 40.65%
B = 49.59%

CMYK

 C value IS 0.80

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C323D (or 0x0C323D) is known color: Nordic. HEX triplet: 0C, 32 and 3D. RGB value is (12,50,61). Sum of RGB (Red+Green+Blue) = 12+50+61=123 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.76% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C323D is #F3CDC2. Grayscale: #272727. Windows color (decimal): -15977923 or 4010508. OLE color: 4010508.

HSL color Cylindrical-coordinate representation of color #0C323D: hue angle of 193.47º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C323D is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 50 61 -
CMYK 0.80 0.18 0 0.76
HSL 193.47º 0.67% 0.14% -
HSV(B) 193.47º 0.8% 0.24% -
XYZ 2.13 2.7 4.82 -
YUV 39.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 12 50 61 0.80 0.18 0 0.76 193.47 0.67 0.14
Hex C 32 3D 50 12 0 4C C1 43 E
Octal 14 62 75 120 22 0 114 301 103 16
Binary 1100 110010 111101 1010000 10010 0 1001100 11000001 1000011 1110

Color Harmonies of #0C323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C323D

Black with #0C323D

Text Example


Text Example

White with #0C323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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