Html Css Color HEX #04276C Sapphire

📋 copy color: '#04276C'

red 4 ◦ green 39 ◦ blue 108

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

Shades of Sapphire #04276C

Tints of Sapphire #04276C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 25.83%

 BLUE value IS 108 (42.58% from 255) = 71.52%

R = 2.65%
G = 25.83%
B = 71.52%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04276C (or 0x04276C) is known color: Sapphire. HEX triplet: 04, 27 and 6C. RGB value is (4,39,108). Sum of RGB (Red+Green+Blue) = 4+39+108=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 108 (42.58% from 255 or 71.52% from 151); Max value from RGB is 108 - color contains mainly: blue. Hex color #04276C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04276C is #FBD893. Grayscale: #242424. Windows color (decimal): -16504980 or 7087876. OLE color: 7087876.

HSL color Cylindrical-coordinate representation of color #04276C: hue angle of 219.81º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04276C is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 39 108 -
CMYK 0.96 0.64 0 0.58
HSL 219.81º 0.93% 0.22% -
HSV(B) 219.81º 0.96% 0.42% -
XYZ 3.48 2.56 14.5 -
YUV 36.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 4 39 108 0.96 0.64 0 0.58 219.81 0.93 0.22
Hex 4 27 6C 60 40 0 3A DC 5D 16
Octal 4 47 154 140 100 0 72 334 135 26
Binary 100 100111 1101100 1100000 1000000 0 111010 11011100 1011101 10110

Color Harmonies of #04276C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04276C

Black with #04276C

Text Example


Text Example

White with #04276C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,39,108); }

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

background-color css

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

 a { background-color: rgb(4,39,108); }

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

border-color css

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

 span { border-color: rgb(4,39,108); }

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