Html Css Color HEX #1F376B Catalina Blue

📋 copy color: '#1F376B'

red 31 ◦ green 55 ◦ blue 107

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

Shades of Catalina Blue #1F376B

Tints of Catalina Blue #1F376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.5%

 BLUE value IS 107 (42.19% from 255) = 55.44%

R = 16.06%
G = 28.5%
B = 55.44%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F376B (or 0x1F376B) is known color: Catalina Blue. HEX triplet: 1F, 37 and 6B. RGB value is (31,55,107). Sum of RGB (Red+Green+Blue) = 31+55+107=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 55 (21.88% from 255 or 28.50% from 193); Blue value is 107 (42.19% from 255 or 55.44% from 193); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F376B is #E0C894. Grayscale: #353535. Windows color (decimal): -14731413 or 7026463. OLE color: 7026463.

HSL color Cylindrical-coordinate representation of color #1F376B: hue angle of 221.05º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F376B is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 55 107 -
CMYK 0.71 0.49 0 0.58
HSL 221.05º 0.55% 0.27% -
HSV(B) 221.05º 0.71% 0.42% -
XYZ 4.59 4.09 14.46 -
YUV 53.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 31 55 107 0.71 0.49 0 0.58 221.05 0.55 0.27
Hex 1F 37 6B 47 31 0 3A DD 37 1B
Octal 37 67 153 107 61 0 72 335 67 33
Binary 11111 110111 1101011 1000111 110001 0 111010 11011101 110111 11011

Color Harmonies of #1F376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F376B

Black with #1F376B

Text Example


Text Example

White with #1F376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,55,107); }

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

background-color css

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

 a { background-color: rgb(31,55,107); }

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

border-color css

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

 span { border-color: rgb(31,55,107); }

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