Html Css Color HEX #172F5A Catalina Blue

📋 copy color: '#172F5A'

red 23 ◦ green 47 ◦ blue 90

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

Shades of Catalina Blue #172F5A

Tints of Catalina Blue #172F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 56.25%

R = 14.38%
G = 29.38%
B = 56.25%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#172F5A (or 0x172F5A) is known color: Catalina Blue. HEX triplet: 17, 2F and 5A. RGB value is (23,47,90). Sum of RGB (Red+Green+Blue) = 23+47+90=160 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.38% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 90 (35.55% from 255 or 56.25% from 160); Max value from RGB is 90 - color contains mainly: blue. Hex color #172F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172F5A is #E8D0A5. Grayscale: #2C2C2C. Windows color (decimal): -15257766 or 5910295. OLE color: 5910295.

HSL color Cylindrical-coordinate representation of color #172F5A: hue angle of 218.51º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172F5A is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 23 47 90 -
CMYK 0.74 0.48 0 0.65
HSL 218.51º 0.59% 0.22% -
HSV(B) 218.51º 0.74% 0.35% -
XYZ 3.22 2.95 10.07 -
YUV 44.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 23 47 90 0.74 0.48 0 0.65 218.51 0.59 0.22
Hex 17 2F 5A 4A 30 0 41 DB 3B 16
Octal 27 57 132 112 60 0 101 333 73 26
Binary 10111 101111 1011010 1001010 110000 0 1000001 11011011 111011 10110

Color Harmonies of #172F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172F5A

Black with #172F5A

Text Example


Text Example

White with #172F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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