Html Css Color HEX #1F386A Catalina Blue

📋 copy color: '#1F386A'

red 31 ◦ green 56 ◦ blue 106

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

Shades of Catalina Blue #1F386A

Tints of Catalina Blue #1F386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 54.92%

R = 16.06%
G = 29.02%
B = 54.92%

CMYK

 C value IS 0.71

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1F386A (or 0x1F386A) is known color: Catalina Blue. HEX triplet: 1F, 38 and 6A. RGB value is (31,56,106). Sum of RGB (Red+Green+Blue) = 31+56+106=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 106 (41.80% from 255 or 54.92% from 193); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F386A is #E0C795. Grayscale: #363636. Windows color (decimal): -14731158 or 6961183. OLE color: 6961183.

HSL color Cylindrical-coordinate representation of color #1F386A: hue angle of 220º 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 #1F386A is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 31 56 106 -
CMYK 0.71 0.47 0 0.58
HSL 220º 0.55% 0.27% -
HSV(B) 220º 0.71% 0.42% -
XYZ 4.58 4.16 14.2 -
YUV 54.23 157.22 111.43 -
System Red Green Blue C M Y K H S L
Decimal 31 56 106 0.71 0.47 0 0.58 220 0.55 0.27
Hex 1F 38 6A 47 2F 0 3A DC 37 1B
Octal 37 70 152 107 57 0 72 334 67 33
Binary 11111 111000 1101010 1000111 101111 0 111010 11011100 110111 11011

Color Harmonies of #1F386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F386A

Black with #1F386A

Text Example


Text Example

White with #1F386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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