Html Css Color HEX #04275A Sapphire

📋 copy color: '#04275A'

red 4 ◦ green 39 ◦ blue 90

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

Shades of Sapphire #04275A

Tints of Sapphire #04275A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 67.67%

R = 3.01%
G = 29.32%
B = 67.67%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#04275A (or 0x04275A) is known color: Sapphire. HEX triplet: 04, 27 and 5A. RGB value is (4,39,90). Sum of RGB (Red+Green+Blue) = 4+39+90=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #04275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04275A is #FBD8A5. Grayscale: #222222. Windows color (decimal): -16504998 or 5908228. OLE color: 5908228.

HSL color Cylindrical-coordinate representation of color #04275A: hue angle of 215.58º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04275A is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 4 39 90 -
CMYK 0.96 0.57 0 0.65
HSL 215.58º 0.91% 0.18% -
HSV(B) 215.58º 0.96% 0.35% -
XYZ 2.62 2.22 9.96 -
YUV 34.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 4 39 90 0.96 0.57 0 0.65 215.58 0.91 0.18
Hex 4 27 5A 60 39 0 41 D8 5B 12
Octal 4 47 132 140 71 0 101 330 133 22
Binary 100 100111 1011010 1100000 111001 0 1000001 11011000 1011011 10010

Color Harmonies of #04275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04275A

Black with #04275A

Text Example


Text Example

White with #04275A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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