Html Css Color HEX #0C3B56 Regal Blue

📋 copy color: '#0C3B56'

red 12 ◦ green 59 ◦ blue 86

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

Shades of Regal Blue #0C3B56

Tints of Regal Blue #0C3B56

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.58%

 BLUE value IS 86 (33.98% from 255) = 54.78%

R = 7.64%
G = 37.58%
B = 54.78%

CMYK

 C value IS 0.86

 M value IS 0.31

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#0C3B56 (or 0x0C3B56) is known color: Regal Blue. HEX triplet: 0C, 3B and 56. RGB value is (12,59,86). Sum of RGB (Red+Green+Blue) = 12+59+86=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 59 (23.44% from 255 or 37.58% from 157); Blue value is 86 (33.98% from 255 or 54.78% from 157); Max value from RGB is 86 - color contains mainly: blue. Hex color #0C3B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3B56 is #F3C4A9. Grayscale: #2F2F2F. Windows color (decimal): -15975594 or 5651212. OLE color: 5651212.

HSL color Cylindrical-coordinate representation of color #0C3B56: hue angle of 201.89º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C3B56 is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 12 59 86 -
CMYK 0.86 0.31 0 0.66
HSL 201.89º 0.76% 0.19% -
HSV(B) 201.89º 0.86% 0.34% -
XYZ 3.4 3.88 9.37 -
YUV 48.03 149.43 102.3 -
System Red Green Blue C M Y K H S L
Decimal 12 59 86 0.86 0.31 0 0.66 201.89 0.76 0.19
Hex C 3B 56 56 1F 0 42 CA 4C 13
Octal 14 73 126 126 37 0 102 312 114 23
Binary 1100 111011 1010110 1010110 11111 0 1000010 11001010 1001100 10011

Color Harmonies of #0C3B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3B56

Black with #0C3B56

Text Example


Text Example

White with #0C3B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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