Html Css Color HEX #1F4272 Catalina Blue

📋 copy color: '#1F4272'

red 31 ◦ green 66 ◦ blue 114

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

Shades of Catalina Blue #1F4272

Tints of Catalina Blue #1F4272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 114 (44.92% from 255) = 54.03%

R = 14.69%
G = 31.28%
B = 54.03%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F4272 (or 0x1F4272) is known color: Catalina Blue. HEX triplet: 1F, 42 and 72. RGB value is (31,66,114). Sum of RGB (Red+Green+Blue) = 31+66+114=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F4272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4272 is #E0BD8D. Grayscale: #3C3C3C. Windows color (decimal): -14728590 or 7488031. OLE color: 7488031.

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

Color convert

RGB 31 66 114 -
CMYK 0.73 0.42 0 0.55
HSL 214.7º 0.57% 0.28% -
HSV(B) 214.7º 0.73% 0.45% -
XYZ 5.55 5.4 16.67 -
YUV 61.01 157.9 106.6 -
System Red Green Blue C M Y K H S L
Decimal 31 66 114 0.73 0.42 0 0.55 214.7 0.57 0.28
Hex 1F 42 72 49 2A 0 37 D7 39 1C
Octal 37 102 162 111 52 0 67 327 71 34
Binary 11111 1000010 1110010 1001001 101010 0 110111 11010111 111001 11100

Color Harmonies of #1F4272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4272

Black with #1F4272

Text Example


Text Example

White with #1F4272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,66,114); }

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

background-color css

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

 a { background-color: rgb(31,66,114); }

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

border-color css

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

 span { border-color: rgb(31,66,114); }

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