Html Css Color HEX #1F416D Catalina Blue

📋 copy color: '#1F416D'

red 31 ◦ green 65 ◦ blue 109

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

Shades of Catalina Blue #1F416D

Tints of Catalina Blue #1F416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

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

R = 15.12%
G = 31.71%
B = 53.17%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F416D (or 0x1F416D) is known color: Catalina Blue. HEX triplet: 1F, 41 and 6D. RGB value is (31,65,109). Sum of RGB (Red+Green+Blue) = 31+65+109=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F416D is #E0BE92. Grayscale: #3B3B3B. Windows color (decimal): -14728851 or 7160095. OLE color: 7160095.

HSL color Cylindrical-coordinate representation of color #1F416D: hue angle of 213.85º 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 #1F416D is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 65 109 -
CMYK 0.72 0.40 0 0.57
HSL 213.85º 0.56% 0.27% -
HSV(B) 213.85º 0.72% 0.43% -
XYZ 5.22 5.18 15.19 -
YUV 59.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 31 65 109 0.72 0.40 0 0.57 213.85 0.56 0.27
Hex 1F 41 6D 48 28 0 39 D6 38 1B
Octal 37 101 155 110 50 0 71 326 70 33
Binary 11111 1000001 1101101 1001000 101000 0 111001 11010110 111000 11011

Color Harmonies of #1F416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F416D

Black with #1F416D

Text Example


Text Example

White with #1F416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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