Html Css Color HEX #1F426F Catalina Blue

📋 copy color: '#1F426F'

red 31 ◦ green 66 ◦ blue 111

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

Shades of Catalina Blue #1F426F

Tints of Catalina Blue #1F426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

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

R = 14.9%
G = 31.73%
B = 53.37%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F426F (or 0x1F426F) is known color: Catalina Blue. HEX triplet: 1F, 42 and 6F. RGB value is (31,66,111). Sum of RGB (Red+Green+Blue) = 31+66+111=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F426F is #E0BD90. Grayscale: #3C3C3C. Windows color (decimal): -14728593 or 7291423. OLE color: 7291423.

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

Color convert

RGB 31 66 111 -
CMYK 0.72 0.41 0 0.56
HSL 213.75º 0.56% 0.28% -
HSV(B) 213.75º 0.72% 0.44% -
XYZ 5.38 5.34 15.79 -
YUV 60.67 156.4 106.84 -
System Red Green Blue C M Y K H S L
Decimal 31 66 111 0.72 0.41 0 0.56 213.75 0.56 0.28
Hex 1F 42 6F 48 29 0 38 D6 38 1C
Octal 37 102 157 110 51 0 70 326 70 34
Binary 11111 1000010 1101111 1001000 101001 0 111000 11010110 111000 11100

Color Harmonies of #1F426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F426F

Black with #1F426F

Text Example


Text Example

White with #1F426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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