Html Css Color HEX #1F3359 Catalina Blue

📋 copy color: '#1F3359'

red 31 ◦ green 51 ◦ blue 89

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

Shades of Catalina Blue #1F3359

Tints of Catalina Blue #1F3359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

 BLUE value IS 89 (35.16% from 255) = 52.05%

R = 18.13%
G = 29.82%
B = 52.05%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F3359 (or 0x1F3359) is known color: Catalina Blue. HEX triplet: 1F, 33 and 59. RGB value is (31,51,89). Sum of RGB (Red+Green+Blue) = 31+51+89=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #1F3359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3359 is #E0CCA6. Grayscale: #313131. Windows color (decimal): -14732455 or 5845791. OLE color: 5845791.

HSL color Cylindrical-coordinate representation of color #1F3359: hue angle of 219.31º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F3359 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 31 51 89 -
CMYK 0.65 0.43 0 0.65
HSL 219.31º 0.48% 0.24% -
HSV(B) 219.31º 0.65% 0.35% -
XYZ 3.55 3.38 9.92 -
YUV 49.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 31 51 89 0.65 0.43 0 0.65 219.31 0.48 0.24
Hex 1F 33 59 41 2B 0 41 DB 30 18
Octal 37 63 131 101 53 0 101 333 60 30
Binary 11111 110011 1011001 1000001 101011 0 1000001 11011011 110000 11000

Color Harmonies of #1F3359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3359

Black with #1F3359

Text Example


Text Example

White with #1F3359

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,51,89); }

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

background-color css

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

 a { background-color: rgb(31,51,89); }

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

border-color css

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

 span { border-color: rgb(31,51,89); }

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