Html Css Color HEX #1F4471 Catalina Blue

📋 copy color: '#1F4471'

red 31 ◦ green 68 ◦ blue 113

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

Shades of Catalina Blue #1F4471

Tints of Catalina Blue #1F4471

RGB

 RED value IS 31 (12.5% from 255) = 14.62%

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 113 (44.53% from 255) = 53.3%

R = 14.62%
G = 32.08%
B = 53.3%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F4471 (or 0x1F4471) is known color: Catalina Blue. HEX triplet: 1F, 44 and 71. RGB value is (31,68,113). Sum of RGB (Red+Green+Blue) = 31+68+113=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F4471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4471 is #E0BB8E. Grayscale: #3D3D3D. Windows color (decimal): -14728079 or 7423007. OLE color: 7423007.

HSL color Cylindrical-coordinate representation of color #1F4471: hue angle of 212.93º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F4471 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 68 113 -
CMYK 0.73 0.40 0 0.56
HSL 212.93º 0.57% 0.28% -
HSV(B) 212.93º 0.73% 0.44% -
XYZ 5.61 5.62 16.41 -
YUV 62.07 156.74 105.84 -
System Red Green Blue C M Y K H S L
Decimal 31 68 113 0.73 0.40 0 0.56 212.93 0.57 0.28
Hex 1F 44 71 49 28 0 38 D5 39 1C
Octal 37 104 161 111 50 0 70 325 71 34
Binary 11111 1000100 1110001 1001001 101000 0 111000 11010101 111001 11100

Color Harmonies of #1F4471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4471

Black with #1F4471

Text Example


Text Example

White with #1F4471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F4471; }

 p { color: rgb(31,68,113); }

 H1.HeaderClassName
 {
   color: #1F4471;
 }
 .AnyTagClassName
 {
   color: #1F4471;
 }
</style>

background-color css

<style>
 a { background-color: #1F4471; }

 a { background-color: rgb(31,68,113); }

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

border-color css

<style>
 span { border-color: #1F4471; }

 span { border-color: rgb(31,68,113); }

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