Html Css Color HEX #04134B Sapphire

📋 copy color: '#04134B'

red 4 ◦ green 19 ◦ blue 75

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

Shades of Sapphire #04134B

Tints of Sapphire #04134B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19.39%

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

R = 4.08%
G = 19.39%
B = 76.53%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04134B (or 0x04134B) is known color: Sapphire. HEX triplet: 04, 13 and 4B. RGB value is (4,19,75). Sum of RGB (Red+Green+Blue) = 4+19+75=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 19 (7.81% from 255 or 19.39% from 98); Blue value is 75 (29.69% from 255 or 76.53% from 98); Max value from RGB is 75 - color contains mainly: blue. Hex color #04134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04134B is #FBECB4. Grayscale: #141414. Windows color (decimal): -16510133 or 4920068. OLE color: 4920068.

HSL color Cylindrical-coordinate representation of color #04134B: hue angle of 227.32º 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 #04134B is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 4 19 75 -
CMYK 0.95 0.75 0 0.71
HSL 227.32º 0.9% 0.15% -
HSV(B) 227.32º 0.95% 0.29% -
XYZ 1.55 1 6.77 -
YUV 20.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 4 19 75 0.95 0.75 0 0.71 227.32 0.9 0.15
Hex 4 13 4B 5F 4B 0 47 E3 5A F
Octal 4 23 113 137 113 0 107 343 132 17
Binary 100 10011 1001011 1011111 1001011 0 1000111 11100011 1011010 1111

Color Harmonies of #04134B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04134B

Black with #04134B

Text Example


Text Example

White with #04134B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04134B; }

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

 H1.HeaderClassName
 {
   color: #04134B;
 }
 .AnyTagClassName
 {
   color: #04134B;
 }
</style>

background-color css

<style>
 a { background-color: #04134B; }

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

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

border-color css

<style>
 span { border-color: #04134B; }

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

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