Html Css Color HEX #040C4B Sapphire

📋 copy color: '#040C4B'

red 4 ◦ green 12 ◦ blue 75

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

Shades of Sapphire #040C4B

Tints of Sapphire #040C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 82.42%

R = 4.4%
G = 13.19%
B = 82.42%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#040C4B (or 0x040C4B) is known color: Sapphire. HEX triplet: 04, 0C and 4B. RGB value is (4,12,75). Sum of RGB (Red+Green+Blue) = 4+12+75=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #040C4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C4B is #FBF3B4. Grayscale: #101010. Windows color (decimal): -16511925 or 4918276. OLE color: 4918276.

HSL color Cylindrical-coordinate representation of color #040C4B: hue angle of 233.24º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040C4B is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 12 75 -
CMYK 0.95 0.84 0 0.71
HSL 233.24º 0.9% 0.15% -
HSV(B) 233.24º 0.95% 0.29% -
XYZ 1.45 0.8 6.73 -
YUV 16.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 4 12 75 0.95 0.84 0 0.71 233.24 0.9 0.15
Hex 4 C 4B 5F 54 0 47 E9 5A F
Octal 4 14 113 137 124 0 107 351 132 17
Binary 100 1100 1001011 1011111 1010100 0 1000111 11101001 1011010 1111

Color Harmonies of #040C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C4B

Black with #040C4B

Text Example


Text Example

White with #040C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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