Html Css Color HEX #1F355A Catalina Blue

📋 copy color: '#1F355A'

red 31 ◦ green 53 ◦ blue 90

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

Shades of Catalina Blue #1F355A

Tints of Catalina Blue #1F355A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.72%

R = 17.82%
G = 30.46%
B = 51.72%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1F355A (or 0x1F355A) is known color: Catalina Blue. HEX triplet: 1F, 35 and 5A. RGB value is (31,53,90). Sum of RGB (Red+Green+Blue) = 31+53+90=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 90 (35.55% from 255 or 51.72% from 174); Max value from RGB is 90 - color contains mainly: blue. Hex color #1F355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F355A is #E0CAA5. Grayscale: #323232. Windows color (decimal): -14731942 or 5911839. OLE color: 5911839.

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

Color convert

RGB 31 53 90 -
CMYK 0.66 0.41 0 0.65
HSL 217.63º 0.49% 0.24% -
HSV(B) 217.63º 0.66% 0.35% -
XYZ 3.68 3.58 10.17 -
YUV 50.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 31 53 90 0.66 0.41 0 0.65 217.63 0.49 0.24
Hex 1F 35 5A 42 29 0 41 DA 31 18
Octal 37 65 132 102 51 0 101 332 61 30
Binary 11111 110101 1011010 1000010 101001 0 1000001 11011010 110001 11000

Color Harmonies of #1F355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F355A

Black with #1F355A

Text Example


Text Example

White with #1F355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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