Html Css Color HEX #1F385F Catalina Blue

📋 copy color: '#1F385F'

red 31 ◦ green 56 ◦ blue 95

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

Shades of Catalina Blue #1F385F

Tints of Catalina Blue #1F385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.77%

 BLUE value IS 95 (37.5% from 255) = 52.2%

R = 17.03%
G = 30.77%
B = 52.2%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F385F (or 0x1F385F) is known color: Catalina Blue. HEX triplet: 1F, 38 and 5F. RGB value is (31,56,95). Sum of RGB (Red+Green+Blue) = 31+56+95=182 (24% of max value = 765). Red value is 31 (12.5% from 255 or 17.03% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F385F is #E0C7A0. Grayscale: #343434. Windows color (decimal): -14731169 or 6240287. OLE color: 6240287.

HSL color Cylindrical-coordinate representation of color #1F385F: hue angle of 216.56º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F385F is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 56 95 -
CMYK 0.67 0.41 0 0.63
HSL 216.56º 0.51% 0.25% -
HSV(B) 216.56º 0.67% 0.37% -
XYZ 4.04 3.95 11.37 -
YUV 52.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 31 56 95 0.67 0.41 0 0.63 216.56 0.51 0.25
Hex 1F 38 5F 43 29 0 3F D9 33 19
Octal 37 70 137 103 51 0 77 331 63 31
Binary 11111 111000 1011111 1000011 101001 0 111111 11011001 110011 11001

Color Harmonies of #1F385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F385F

Black with #1F385F

Text Example


Text Example

White with #1F385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,56,95); }

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

background-color css

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

 a { background-color: rgb(31,56,95); }

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

border-color css

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

 span { border-color: rgb(31,56,95); }

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