Html Css Color HEX #1F426E Catalina Blue

📋 copy color: '#1F426E'

red 31 ◦ green 66 ◦ blue 110

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

Shades of Catalina Blue #1F426E

Tints of Catalina Blue #1F426E

RGB

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

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

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

R = 14.98%
G = 31.88%
B = 53.14%

CMYK

 C value IS 0.72

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F426E (or 0x1F426E) is known color: Catalina Blue. HEX triplet: 1F, 42 and 6E. RGB value is (31,66,110). Sum of RGB (Red+Green+Blue) = 31+66+110=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F426E is #E0BD91. Grayscale: #3C3C3C. Windows color (decimal): -14728594 or 7225887. OLE color: 7225887.

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

Color convert

RGB 31 66 110 -
CMYK 0.72 0.4 0 0.57
HSL 213.42º 0.56% 0.28% -
HSV(B) 213.42º 0.72% 0.43% -
XYZ 5.33 5.31 15.5 -
YUV 60.55 155.9 106.92 -
System Red Green Blue C M Y K H S L
Decimal 31 66 110 0.72 0.4 0 0.57 213.42 0.56 0.28
Hex 1F 42 6E 48 28 0 39 D5 38 1C
Octal 37 102 156 110 50 0 71 325 70 34
Binary 11111 1000010 1101110 1001000 101000 0 111001 11010101 111000 11100

Color Harmonies of #1F426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F426E

Black with #1F426E

Text Example


Text Example

White with #1F426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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