Html Css Color HEX #040C52 Sapphire

📋 copy color: '#040C52'

red 4 ◦ green 12 ◦ blue 82

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

Shades of Sapphire #040C52

Tints of Sapphire #040C52

RGB

 RED value IS 4 (1.95% from 255) = 4.08%

 GREEN value IS 12 (5.08% from 255) = 12.24%

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

R = 4.08%
G = 12.24%
B = 83.67%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#040C52 (or 0x040C52) is known color: Sapphire. HEX triplet: 04, 0C and 52. RGB value is (4,12,82). Sum of RGB (Red+Green+Blue) = 4+12+82=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 82 (32.42% from 255 or 83.67% from 98); Max value from RGB is 82 - color contains mainly: blue. Hex color #040C52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C52 is #FBF3AD. Grayscale: #111111. Windows color (decimal): -16511918 or 5377028. OLE color: 5377028.

HSL color Cylindrical-coordinate representation of color #040C52: hue angle of 233.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040C52 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 4 12 82 -
CMYK 0.95 0.85 0 0.68
HSL 233.85º 0.91% 0.17% -
HSV(B) 233.85º 0.95% 0.32% -
XYZ 1.7 0.9 8.07 -
YUV 17.59 164.35 118.31 -
System Red Green Blue C M Y K H S L
Decimal 4 12 82 0.95 0.85 0 0.68 233.85 0.91 0.17
Hex 4 C 52 5F 55 0 44 EA 5B 11
Octal 4 14 122 137 125 0 104 352 133 21
Binary 100 1100 1010010 1011111 1010101 0 1000100 11101010 1011011 10001

Color Harmonies of #040C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C52

Black with #040C52

Text Example


Text Example

White with #040C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040C52; }

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

 H1.HeaderClassName
 {
   color: #040C52;
 }
 .AnyTagClassName
 {
   color: #040C52;
 }
</style>

background-color css

<style>
 a { background-color: #040C52; }

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

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

border-color css

<style>
 span { border-color: #040C52; }

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

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