Html Css Color HEX #1F355F Catalina Blue

📋 copy color: '#1F355F'

red 31 ◦ green 53 ◦ blue 95

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

Shades of Catalina Blue #1F355F

Tints of Catalina Blue #1F355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.61%

 BLUE value IS 95 (37.5% from 255) = 53.07%

R = 17.32%
G = 29.61%
B = 53.07%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F355F (or 0x1F355F) is known color: Catalina Blue. HEX triplet: 1F, 35 and 5F. RGB value is (31,53,95). Sum of RGB (Red+Green+Blue) = 31+53+95=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 95 (37.5% from 255 or 53.07% from 179); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F355F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F355F is #E0CAA0. Grayscale: #333333. Windows color (decimal): -14731937 or 6239519. OLE color: 6239519.

HSL color Cylindrical-coordinate representation of color #1F355F: hue angle of 219.38º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F355F is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 53 95 -
CMYK 0.67 0.44 0 0.63
HSL 219.38º 0.51% 0.25% -
HSV(B) 219.38º 0.67% 0.37% -
XYZ 3.9 3.66 11.33 -
YUV 51.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 31 53 95 0.67 0.44 0 0.63 219.38 0.51 0.25
Hex 1F 35 5F 43 2C 0 3F DB 33 19
Octal 37 65 137 103 54 0 77 333 63 31
Binary 11111 110101 1011111 1000011 101100 0 111111 11011011 110011 11001

Color Harmonies of #1F355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F355F

Black with #1F355F

Text Example


Text Example

White with #1F355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,53,95); }

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

background-color css

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

 a { background-color: rgb(31,53,95); }

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

border-color css

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

 span { border-color: rgb(31,53,95); }

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