Html Css Color HEX #1F436F Catalina Blue

📋 copy color: '#1F436F'

red 31 ◦ green 67 ◦ blue 111

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

Shades of Catalina Blue #1F436F

Tints of Catalina Blue #1F436F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

 BLUE value IS 111 (43.75% from 255) = 53.11%

R = 14.83%
G = 32.06%
B = 53.11%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F436F (or 0x1F436F) is known color: Catalina Blue. HEX triplet: 1F, 43 and 6F. RGB value is (31,67,111). Sum of RGB (Red+Green+Blue) = 31+67+111=209 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.83% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F436F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F436F is #E0BC90. Grayscale: #3D3D3D. Windows color (decimal): -14728337 or 7291679. OLE color: 7291679.

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

Color convert

RGB 31 67 111 -
CMYK 0.72 0.40 0 0.56
HSL 213º 0.56% 0.28% -
HSV(B) 213º 0.72% 0.44% -
XYZ 5.44 5.45 15.8 -
YUV 61.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 31 67 111 0.72 0.40 0 0.56 213 0.56 0.28
Hex 1F 43 6F 48 28 0 38 D5 38 1C
Octal 37 103 157 110 50 0 70 325 70 34
Binary 11111 1000011 1101111 1001000 101000 0 111000 11010101 111000 11100

Color Harmonies of #1F436F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F436F

Black with #1F436F

Text Example


Text Example

White with #1F436F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,67,111); }

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

background-color css

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

 a { background-color: rgb(31,67,111); }

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

border-color css

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

 span { border-color: rgb(31,67,111); }

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