Html Css Color HEX #1F3168 Catalina Blue

📋 copy color: '#1F3168'

red 31 ◦ green 49 ◦ blue 104

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

Shades of Catalina Blue #1F3168

Tints of Catalina Blue #1F3168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 104 (41.02% from 255) = 56.52%

R = 16.85%
G = 26.63%
B = 56.52%

CMYK

 C value IS 0.70

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F3168 (or 0x1F3168) is known color: Catalina Blue. HEX triplet: 1F, 31 and 68. RGB value is (31,49,104). Sum of RGB (Red+Green+Blue) = 31+49+104=184 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.85% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 104 (41.02% from 255 or 56.52% from 184); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F3168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3168 is #E0CE97. Grayscale: #313131. Windows color (decimal): -14732952 or 6828319. OLE color: 6828319.

HSL color Cylindrical-coordinate representation of color #1F3168: hue angle of 225.21º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3168 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 49 104 -
CMYK 0.70 0.53 0 0.59
HSL 225.21º 0.54% 0.26% -
HSV(B) 225.21º 0.7% 0.41% -
XYZ 4.16 3.49 13.55 -
YUV 49.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 31 49 104 0.70 0.53 0 0.59 225.21 0.54 0.26
Hex 1F 31 68 46 35 0 3B E1 36 1A
Octal 37 61 150 106 65 0 73 341 66 32
Binary 11111 110001 1101000 1000110 110101 0 111011 11100001 110110 11010

Color Harmonies of #1F3168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3168

Black with #1F3168

Text Example


Text Example

White with #1F3168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,49,104); }

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

background-color css

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

 a { background-color: rgb(31,49,104); }

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

border-color css

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

 span { border-color: rgb(31,49,104); }

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