Html Css Color HEX #0C3852 Regal Blue

📋 copy color: '#0C3852'

red 12 ◦ green 56 ◦ blue 82

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

Shades of Regal Blue #0C3852

Tints of Regal Blue #0C3852

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 54.67%

R = 8%
G = 37.33%
B = 54.67%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0C3852 (or 0x0C3852) is known color: Regal Blue. HEX triplet: 0C, 38 and 52. RGB value is (12,56,82). Sum of RGB (Red+Green+Blue) = 12+56+82=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #0C3852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3852 is #F3C7AD. Grayscale: #2D2D2D. Windows color (decimal): -15976366 or 5388300. OLE color: 5388300.

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

Color convert

RGB 12 56 82 -
CMYK 0.85 0.32 0 0.68
HSL 202.29º 0.74% 0.18% -
HSV(B) 202.29º 0.85% 0.32% -
XYZ 3.09 3.52 8.5 -
YUV 45.81 148.42 103.89 -
System Red Green Blue C M Y K H S L
Decimal 12 56 82 0.85 0.32 0 0.68 202.29 0.74 0.18
Hex C 38 52 55 20 0 44 CA 4A 12
Octal 14 70 122 125 40 0 104 312 112 22
Binary 1100 111000 1010010 1010101 100000 0 1000100 11001010 1001010 10010

Color Harmonies of #0C3852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3852

Black with #0C3852

Text Example


Text Example

White with #0C3852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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