Html Css Color HEX #172F5B Catalina Blue

📋 copy color: '#172F5B'

red 23 ◦ green 47 ◦ blue 91

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

Shades of Catalina Blue #172F5B

Tints of Catalina Blue #172F5B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.19%

 BLUE value IS 91 (35.94% from 255) = 56.52%

R = 14.29%
G = 29.19%
B = 56.52%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#172F5B (or 0x172F5B) is known color: Catalina Blue. HEX triplet: 17, 2F and 5B. RGB value is (23,47,91). Sum of RGB (Red+Green+Blue) = 23+47+91=161 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.29% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #172F5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F5B is #E8D0A4. Grayscale: #2C2C2C. Windows color (decimal): -15257765 or 5975831. OLE color: 5975831.

HSL color Cylindrical-coordinate representation of color #172F5B: hue angle of 218.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #172F5B is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 23 47 91 -
CMYK 0.75 0.48 0 0.64
HSL 218.82º 0.6% 0.22% -
HSV(B) 218.82º 0.75% 0.36% -
XYZ 3.26 2.97 10.3 -
YUV 44.84 154.05 112.42 -
System Red Green Blue C M Y K H S L
Decimal 23 47 91 0.75 0.48 0 0.64 218.82 0.6 0.22
Hex 17 2F 5B 4B 30 0 40 DB 3C 16
Octal 27 57 133 113 60 0 100 333 74 26
Binary 10111 101111 1011011 1001011 110000 0 1000000 11011011 111100 10110

Color Harmonies of #172F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F5B

Black with #172F5B

Text Example


Text Example

White with #172F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172F5B; }

 p { color: rgb(23,47,91); }

 H1.HeaderClassName
 {
   color: #172F5B;
 }
 .AnyTagClassName
 {
   color: #172F5B;
 }
</style>

background-color css

<style>
 a { background-color: #172F5B; }

 a { background-color: rgb(23,47,91); }

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

border-color css

<style>
 span { border-color: #172F5B; }

 span { border-color: rgb(23,47,91); }

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