Html Css Color HEX #1D386A Catalina Blue

📋 copy color: '#1D386A'

red 29 ◦ green 56 ◦ blue 106

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

Shades of Catalina Blue #1D386A

Tints of Catalina Blue #1D386A

RGB

 RED value IS 29 (11.72% from 255) = 15.18%

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

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

R = 15.18%
G = 29.32%
B = 55.5%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D386A (or 0x1D386A) is known color: Catalina Blue. HEX triplet: 1D, 38 and 6A. RGB value is (29,56,106). Sum of RGB (Red+Green+Blue) = 29+56+106=191 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.18% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 106 (41.80% from 255 or 55.50% from 191); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D386A is #E2C795. Grayscale: #353535. Windows color (decimal): -14862230 or 6961181. OLE color: 6961181.

HSL color Cylindrical-coordinate representation of color #1D386A: hue angle of 218.96º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D386A is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 56 106 -
CMYK 0.73 0.47 0 0.58
HSL 218.96º 0.57% 0.26% -
HSV(B) 218.96º 0.73% 0.42% -
XYZ 4.52 4.13 14.19 -
YUV 53.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 29 56 106 0.73 0.47 0 0.58 218.96 0.57 0.26
Hex 1D 38 6A 49 2F 0 3A DB 39 1A
Octal 35 70 152 111 57 0 72 333 71 32
Binary 11101 111000 1101010 1001001 101111 0 111010 11011011 111001 11010

Color Harmonies of #1D386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D386A

Black with #1D386A

Text Example


Text Example

White with #1D386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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