Html Css Color HEX #1F386D Catalina Blue

📋 copy color: '#1F386D'

red 31 ◦ green 56 ◦ blue 109

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

Shades of Catalina Blue #1F386D

Tints of Catalina Blue #1F386D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 55.61%

R = 15.82%
G = 28.57%
B = 55.61%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1F386D (or 0x1F386D) is known color: Catalina Blue. HEX triplet: 1F, 38 and 6D. RGB value is (31,56,109). Sum of RGB (Red+Green+Blue) = 31+56+109=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 109 (42.97% from 255 or 55.61% from 196); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F386D is #E0C792. Grayscale: #363636. Windows color (decimal): -14731155 or 7157791. OLE color: 7157791.

HSL color Cylindrical-coordinate representation of color #1F386D: hue angle of 220.77º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F386D is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 31 56 109 -
CMYK 0.72 0.49 0 0.57
HSL 220.77º 0.56% 0.27% -
HSV(B) 220.77º 0.72% 0.43% -
XYZ 4.74 4.22 15.03 -
YUV 54.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 31 56 109 0.72 0.49 0 0.57 220.77 0.56 0.27
Hex 1F 38 6D 48 31 0 39 DD 38 1B
Octal 37 70 155 110 61 0 71 335 70 33
Binary 11111 111000 1101101 1001000 110001 0 111001 11011101 111000 11011

Color Harmonies of #1F386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F386D

Black with #1F386D

Text Example


Text Example

White with #1F386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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