Html Css Color HEX #1D395F Catalina Blue

📋 copy color: '#1D395F'

red 29 ◦ green 57 ◦ blue 95

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

Shades of Catalina Blue #1D395F

Tints of Catalina Blue #1D395F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.49%

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

R = 16.02%
G = 31.49%
B = 52.49%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1D395F (or 0x1D395F) is known color: Catalina Blue. HEX triplet: 1D, 39 and 5F. RGB value is (29,57,95). Sum of RGB (Red+Green+Blue) = 29+57+95=181 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.02% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #1D395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D395F is #E2C6A0. Grayscale: #343434. Windows color (decimal): -14861985 or 6240541. OLE color: 6240541.

HSL color Cylindrical-coordinate representation of color #1D395F: hue angle of 214.55º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D395F is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 29 57 95 -
CMYK 0.69 0.40 0 0.63
HSL 214.55º 0.53% 0.24% -
HSV(B) 214.55º 0.69% 0.37% -
XYZ 4.04 4.01 11.39 -
YUV 52.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 29 57 95 0.69 0.40 0 0.63 214.55 0.53 0.24
Hex 1D 39 5F 45 28 0 3F D7 35 18
Octal 35 71 137 105 50 0 77 327 65 30
Binary 11101 111001 1011111 1000101 101000 0 111111 11010111 110101 11000

Color Harmonies of #1D395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D395F

Black with #1D395F

Text Example


Text Example

White with #1D395F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,57,95); }

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

background-color css

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

 a { background-color: rgb(29,57,95); }

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

border-color css

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

 span { border-color: rgb(29,57,95); }

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