Html Css Color HEX #1F406D Catalina Blue

📋 copy color: '#1F406D'

red 31 ◦ green 64 ◦ blue 109

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

Shades of Catalina Blue #1F406D

Tints of Catalina Blue #1F406D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 15.2%
G = 31.37%
B = 53.43%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F406D (or 0x1F406D) is known color: Catalina Blue. HEX triplet: 1F, 40 and 6D. RGB value is (31,64,109). Sum of RGB (Red+Green+Blue) = 31+64+109=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 64 (25.39% from 255 or 31.37% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F406D is #E0BF92. Grayscale: #3B3B3B. Windows color (decimal): -14729107 or 7159839. OLE color: 7159839.

HSL color Cylindrical-coordinate representation of color #1F406D: hue angle of 214.62º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F406D is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 64 109 -
CMYK 0.72 0.41 0 0.57
HSL 214.62º 0.56% 0.27% -
HSV(B) 214.62º 0.72% 0.43% -
XYZ 5.16 5.06 15.17 -
YUV 59.26 156.07 107.84 -
System Red Green Blue C M Y K H S L
Decimal 31 64 109 0.72 0.41 0 0.57 214.62 0.56 0.27
Hex 1F 40 6D 48 29 0 39 D7 38 1B
Octal 37 100 155 110 51 0 71 327 70 33
Binary 11111 1000000 1101101 1001000 101001 0 111001 11010111 111000 11011

Color Harmonies of #1F406D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F406D

Black with #1F406D

Text Example


Text Example

White with #1F406D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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