Html Css Color HEX #0C3651 Regal Blue

📋 copy color: '#0C3651'

red 12 ◦ green 54 ◦ blue 81

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

Shades of Regal Blue #0C3651

Tints of Regal Blue #0C3651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.73%

 BLUE value IS 81 (32.03% from 255) = 55.1%

R = 8.16%
G = 36.73%
B = 55.1%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C3651 (or 0x0C3651) is known color: Regal Blue. HEX triplet: 0C, 36 and 51. RGB value is (12,54,81). Sum of RGB (Red+Green+Blue) = 12+54+81=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 81 (32.03% from 255 or 55.10% from 147); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C3651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3651 is #F3C9AE. Grayscale: #2C2C2C. Windows color (decimal): -15976879 or 5322252. OLE color: 5322252.

HSL color Cylindrical-coordinate representation of color #0C3651: hue angle of 203.48º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3651 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 54 81 -
CMYK 0.85 0.33 0 0.68
HSL 203.48º 0.74% 0.18% -
HSV(B) 203.48º 0.85% 0.32% -
XYZ 2.96 3.31 8.27 -
YUV 44.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 12 54 81 0.85 0.33 0 0.68 203.48 0.74 0.18
Hex C 36 51 55 21 0 44 CB 4A 12
Octal 14 66 121 125 41 0 104 313 112 22
Binary 1100 110110 1010001 1010101 100001 0 1000100 11001011 1001010 10010

Color Harmonies of #0C3651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3651

Black with #0C3651

Text Example


Text Example

White with #0C3651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,54,81); }

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

background-color css

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

 a { background-color: rgb(12,54,81); }

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

border-color css

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

 span { border-color: rgb(12,54,81); }

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