Html Css Color HEX #0C393D Nordic

📋 copy color: '#0C393D'

red 12 ◦ green 57 ◦ blue 61

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

Shades of Nordic #0C393D

Tints of Nordic #0C393D

RGB

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

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

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

R = 9.23%
G = 43.85%
B = 46.92%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0C393D (or 0x0C393D) is known color: Nordic. HEX triplet: 0C, 39 and 3D. RGB value is (12,57,61). Sum of RGB (Red+Green+Blue) = 12+57+61=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C393D is #F3C6C2. Grayscale: #2B2B2B. Windows color (decimal): -15976131 or 4012300. OLE color: 4012300.

HSL color Cylindrical-coordinate representation of color #0C393D: hue angle of 184.9º 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 #0C393D is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 12 57 61 -
CMYK 0.80 0.07 0 0.76
HSL 184.9º 0.67% 0.14% -
HSV(B) 184.9º 0.8% 0.24% -
XYZ 2.46 3.34 4.93 -
YUV 44 137.59 105.17 -
System Red Green Blue C M Y K H S L
Decimal 12 57 61 0.80 0.07 0 0.76 184.9 0.67 0.14
Hex C 39 3D 50 7 0 4C B9 43 E
Octal 14 71 75 120 7 0 114 271 103 16
Binary 1100 111001 111101 1010000 111 0 1001100 10111001 1000011 1110

Color Harmonies of #0C393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C393D

Black with #0C393D

Text Example


Text Example

White with #0C393D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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