Html Css Color HEX #04144B Sapphire

📋 copy color: '#04144B'

red 4 ◦ green 20 ◦ blue 75

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

Shades of Sapphire #04144B

Tints of Sapphire #04144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.2%

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

R = 4.04%
G = 20.2%
B = 75.76%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#04144B (or 0x04144B) is known color: Sapphire. HEX triplet: 04, 14 and 4B. RGB value is (4,20,75). Sum of RGB (Red+Green+Blue) = 4+20+75=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 75 (29.69% from 255 or 75.76% from 99); Max value from RGB is 75 - color contains mainly: blue. Hex color #04144B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04144B is #FBEBB4. Grayscale: #151515. Windows color (decimal): -16509877 or 4920324. OLE color: 4920324.

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

Color convert

RGB 4 20 75 -
CMYK 0.95 0.73 0 0.71
HSL 226.48º 0.9% 0.15% -
HSV(B) 226.48º 0.95% 0.29% -
XYZ 1.57 1.03 6.77 -
YUV 21.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 4 20 75 0.95 0.73 0 0.71 226.48 0.9 0.15
Hex 4 14 4B 5F 49 0 47 E2 5A F
Octal 4 24 113 137 111 0 107 342 132 17
Binary 100 10100 1001011 1011111 1001001 0 1000111 11100010 1011010 1111

Color Harmonies of #04144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04144B

Black with #04144B

Text Example


Text Example

White with #04144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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