Html Css Color HEX #1F3F66 Catalina Blue

📋 copy color: '#1F3F66'

red 31 ◦ green 63 ◦ blue 102

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

Shades of Catalina Blue #1F3F66

Tints of Catalina Blue #1F3F66

RGB

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

 GREEN value IS 63 (25% from 255) = 32.14%

 BLUE value IS 102 (40.23% from 255) = 52.04%

R = 15.82%
G = 32.14%
B = 52.04%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#1F3F66 (or 0x1F3F66) is known color: Catalina Blue. HEX triplet: 1F, 3F and 66. RGB value is (31,63,102). Sum of RGB (Red+Green+Blue) = 31+63+102=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 63 (25% from 255 or 32.14% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #1F3F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3F66 is #E0C099. Grayscale: #393939. Windows color (decimal): -14729370 or 6700831. OLE color: 6700831.

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

Color convert

RGB 31 63 102 -
CMYK 0.70 0.38 0 0.6
HSL 212.96º 0.53% 0.26% -
HSV(B) 212.96º 0.7% 0.4% -
XYZ 4.74 4.81 13.25 -
YUV 57.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 31 63 102 0.70 0.38 0 0.6 212.96 0.53 0.26
Hex 1F 3F 66 46 26 0 3C D5 35 1A
Octal 37 77 146 106 46 0 74 325 65 32
Binary 11111 111111 1100110 1000110 100110 0 111100 11010101 110101 11010

Color Harmonies of #1F3F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3F66

Black with #1F3F66

Text Example


Text Example

White with #1F3F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,63,102); }

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

background-color css

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

 a { background-color: rgb(31,63,102); }

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

border-color css

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

 span { border-color: rgb(31,63,102); }

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