Html Css Color HEX #04174D Sapphire

📋 copy color: '#04174D'

red 4 ◦ green 23 ◦ blue 77

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

Shades of Sapphire #04174D

Tints of Sapphire #04174D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.12%

 BLUE value IS 77 (30.47% from 255) = 74.04%

R = 3.85%
G = 22.12%
B = 74.04%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#04174D (or 0x04174D) is known color: Sapphire. HEX triplet: 04, 17 and 4D. RGB value is (4,23,77). Sum of RGB (Red+Green+Blue) = 4+23+77=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #04174D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04174D is #FBE8B2. Grayscale: #171717. Windows color (decimal): -16509107 or 5052164. OLE color: 5052164.

HSL color Cylindrical-coordinate representation of color #04174D: hue angle of 224.38º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04174D is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 4 23 77 -
CMYK 0.95 0.70 0 0.70
HSL 224.38º 0.9% 0.16% -
HSV(B) 224.38º 0.95% 0.3% -
XYZ 1.7 1.17 7.16 -
YUV 23.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 4 23 77 0.95 0.70 0 0.70 224.38 0.9 0.16
Hex 4 17 4D 5F 46 0 46 E0 5A 10
Octal 4 27 115 137 106 0 106 340 132 20
Binary 100 10111 1001101 1011111 1000110 0 1000110 11100000 1011010 10000

Color Harmonies of #04174D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04174D

Black with #04174D

Text Example


Text Example

White with #04174D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04174D; }

 p { color: rgb(4,23,77); }

 H1.HeaderClassName
 {
   color: #04174D;
 }
 .AnyTagClassName
 {
   color: #04174D;
 }
</style>

background-color css

<style>
 a { background-color: #04174D; }

 a { background-color: rgb(4,23,77); }

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

border-color css

<style>
 span { border-color: #04174D; }

 span { border-color: rgb(4,23,77); }

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