Html Css Color HEX #0C3851 Regal Blue

📋 copy color: '#0C3851'

red 12 ◦ green 56 ◦ blue 81

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

Shades of Regal Blue #0C3851

Tints of Regal Blue #0C3851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.58%

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

R = 8.05%
G = 37.58%
B = 54.36%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C3851 (or 0x0C3851) is known color: Regal Blue. HEX triplet: 0C, 38 and 51. RGB value is (12,56,81). Sum of RGB (Red+Green+Blue) = 12+56+81=149 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.05% from 149); Green value is 56 (22.27% from 255 or 37.58% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C3851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3851 is #F3C7AE. Grayscale: #2D2D2D. Windows color (decimal): -15976367 or 5322764. OLE color: 5322764.

HSL color Cylindrical-coordinate representation of color #0C3851: hue angle of 201.74º 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 #0C3851 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 12 56 81 -
CMYK 0.85 0.31 0 0.68
HSL 201.74º 0.74% 0.18% -
HSV(B) 201.74º 0.85% 0.32% -
XYZ 3.05 3.5 8.3 -
YUV 45.69 147.92 103.97 -
System Red Green Blue C M Y K H S L
Decimal 12 56 81 0.85 0.31 0 0.68 201.74 0.74 0.18
Hex C 38 51 55 1F 0 44 CA 4A 12
Octal 14 70 121 125 37 0 104 312 112 22
Binary 1100 111000 1010001 1010101 11111 0 1000100 11001010 1001010 10010

Color Harmonies of #0C3851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3851

Black with #0C3851

Text Example


Text Example

White with #0C3851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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