Html Css Color HEX #1F4072 Catalina Blue

📋 copy color: '#1F4072'

red 31 ◦ green 64 ◦ blue 114

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

Shades of Catalina Blue #1F4072

Tints of Catalina Blue #1F4072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 14.83%
G = 30.62%
B = 54.55%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F4072 (or 0x1F4072) is known color: Catalina Blue. HEX triplet: 1F, 40 and 72. RGB value is (31,64,114). Sum of RGB (Red+Green+Blue) = 31+64+114=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 114 (44.92% from 255 or 54.55% from 209); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F4072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4072 is #E0BF8D. Grayscale: #3B3B3B. Windows color (decimal): -14729102 or 7487519. OLE color: 7487519.

HSL color Cylindrical-coordinate representation of color #1F4072: hue angle of 216.14º 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 #1F4072 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 64 114 -
CMYK 0.73 0.44 0 0.55
HSL 216.14º 0.57% 0.28% -
HSV(B) 216.14º 0.73% 0.45% -
XYZ 5.44 5.17 16.63 -
YUV 59.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 31 64 114 0.73 0.44 0 0.55 216.14 0.57 0.28
Hex 1F 40 72 49 2C 0 37 D8 39 1C
Octal 37 100 162 111 54 0 67 330 71 34
Binary 11111 1000000 1110010 1001001 101100 0 110111 11011000 111001 11100

Color Harmonies of #1F4072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4072

Black with #1F4072

Text Example


Text Example

White with #1F4072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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