Html Css Color HEX #04295C Sapphire

📋 copy color: '#04295C'

red 4 ◦ green 41 ◦ blue 92

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

Shades of Sapphire #04295C

Tints of Sapphire #04295C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 29.93%

 BLUE value IS 92 (36.33% from 255) = 67.15%

R = 2.92%
G = 29.93%
B = 67.15%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#04295C (or 0x04295C) is known color: Sapphire. HEX triplet: 04, 29 and 5C. RGB value is (4,41,92). Sum of RGB (Red+Green+Blue) = 4+41+92=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #04295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04295C is #FBD6A3. Grayscale: #232323. Windows color (decimal): -16504484 or 6039812. OLE color: 6039812.

HSL color Cylindrical-coordinate representation of color #04295C: hue angle of 214.77º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04295C is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 41 92 -
CMYK 0.96 0.55 0 0.64
HSL 214.77º 0.92% 0.19% -
HSV(B) 214.77º 0.96% 0.36% -
XYZ 2.77 2.38 10.44 -
YUV 35.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 4 41 92 0.96 0.55 0 0.64 214.77 0.92 0.19
Hex 4 29 5C 60 37 0 40 D7 5C 13
Octal 4 51 134 140 67 0 100 327 134 23
Binary 100 101001 1011100 1100000 110111 0 1000000 11010111 1011100 10011

Color Harmonies of #04295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04295C

Black with #04295C

Text Example


Text Example

White with #04295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04295C; }

 p { color: rgb(4,41,92); }

 H1.HeaderClassName
 {
   color: #04295C;
 }
 .AnyTagClassName
 {
   color: #04295C;
 }
</style>

background-color css

<style>
 a { background-color: #04295C; }

 a { background-color: rgb(4,41,92); }

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

border-color css

<style>
 span { border-color: #04295C; }

 span { border-color: rgb(4,41,92); }

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