Html Css Color HEX #1F446E Catalina Blue

📋 copy color: '#1F446E'

red 31 ◦ green 68 ◦ blue 110

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

Shades of Catalina Blue #1F446E

Tints of Catalina Blue #1F446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 52.63%

R = 14.83%
G = 32.54%
B = 52.63%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F446E (or 0x1F446E) is known color: Catalina Blue. HEX triplet: 1F, 44 and 6E. RGB value is (31,68,110). Sum of RGB (Red+Green+Blue) = 31+68+110=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F446E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F446E is #E0BB91. Grayscale: #3D3D3D. Windows color (decimal): -14728082 or 7226399. OLE color: 7226399.

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

Color convert

RGB 31 68 110 -
CMYK 0.72 0.38 0 0.57
HSL 211.9º 0.56% 0.28% -
HSV(B) 211.9º 0.72% 0.43% -
XYZ 5.45 5.55 15.54 -
YUV 61.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 31 68 110 0.72 0.38 0 0.57 211.9 0.56 0.28
Hex 1F 44 6E 48 26 0 39 D4 38 1C
Octal 37 104 156 110 46 0 71 324 70 34
Binary 11111 1000100 1101110 1001000 100110 0 111001 11010100 111000 11100

Color Harmonies of #1F446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F446E

Black with #1F446E

Text Example


Text Example

White with #1F446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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