Html Css Color HEX #04286A Sapphire

📋 copy color: '#04286A'

red 4 ◦ green 40 ◦ blue 106

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

Shades of Sapphire #04286A

Tints of Sapphire #04286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.67%

 BLUE value IS 106 (41.8% from 255) = 70.67%

R = 2.67%
G = 26.67%
B = 70.67%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#04286A (or 0x04286A) is known color: Sapphire. HEX triplet: 04, 28 and 6A. RGB value is (4,40,106). Sum of RGB (Red+Green+Blue) = 4+40+106=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #04286A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04286A is #FBD795. Grayscale: #242424. Windows color (decimal): -16504726 or 6957060. OLE color: 6957060.

HSL color Cylindrical-coordinate representation of color #04286A: hue angle of 218.82º 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 #04286A is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 40 106 -
CMYK 0.96 0.62 0 0.58
HSL 218.82º 0.93% 0.22% -
HSV(B) 218.82º 0.96% 0.42% -
XYZ 3.41 2.58 13.95 -
YUV 36.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 4 40 106 0.96 0.62 0 0.58 218.82 0.93 0.22
Hex 4 28 6A 60 3E 0 3A DB 5D 16
Octal 4 50 152 140 76 0 72 333 135 26
Binary 100 101000 1101010 1100000 111110 0 111010 11011011 1011101 10110

Color Harmonies of #04286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04286A

Black with #04286A

Text Example


Text Example

White with #04286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04286A; }

 p { color: rgb(4,40,106); }

 H1.HeaderClassName
 {
   color: #04286A;
 }
 .AnyTagClassName
 {
   color: #04286A;
 }
</style>

background-color css

<style>
 a { background-color: #04286A; }

 a { background-color: rgb(4,40,106); }

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

border-color css

<style>
 span { border-color: #04286A; }

 span { border-color: rgb(4,40,106); }

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