Html Css Color HEX #17417D Dark Cerulean

📋 copy color: '#17417D'

red 23 ◦ green 65 ◦ blue 125

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

Shades of Dark Cerulean #17417D

Tints of Dark Cerulean #17417D

RGB

 RED value IS 23 (9.38% from 255) = 10.8%

 GREEN value IS 65 (25.78% from 255) = 30.52%

 BLUE value IS 125 (49.22% from 255) = 58.69%

R = 10.8%
G = 30.52%
B = 58.69%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#17417D (or 0x17417D) is known color: Dark Cerulean. HEX triplet: 17, 41 and 7D. RGB value is (23,65,125). Sum of RGB (Red+Green+Blue) = 23+65+125=213 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.80% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 125 (49.22% from 255 or 58.69% from 213); Max value from RGB is 125 - color contains mainly: blue. Hex color #17417D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17417D is #E8BE82. Grayscale: #3B3B3B. Windows color (decimal): -15253123 or 8208663. OLE color: 8208663.

HSL color Cylindrical-coordinate representation of color #17417D: hue angle of 215.29º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17417D is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 23 65 125 -
CMYK 0.82 0.48 0 0.51
HSL 215.29º 0.69% 0.29% -
HSV(B) 215.29º 0.82% 0.49% -
XYZ 5.95 5.44 20.14 -
YUV 59.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 23 65 125 0.82 0.48 0 0.51 215.29 0.69 0.29
Hex 17 41 7D 52 30 0 33 D7 45 1D
Octal 27 101 175 122 60 0 63 327 105 35
Binary 10111 1000001 1111101 1010010 110000 0 110011 11010111 1000101 11101

Color Harmonies of #17417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17417D

Black with #17417D

Text Example


Text Example

White with #17417D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,65,125); }

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

background-color css

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

 a { background-color: rgb(23,65,125); }

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

border-color css

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

 span { border-color: rgb(23,65,125); }

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