Html Css Color HEX #1D385A Catalina Blue

📋 copy color: '#1D385A'

red 29 ◦ green 56 ◦ blue 90

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

Shades of Catalina Blue #1D385A

Tints of Catalina Blue #1D385A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 51.43%

R = 16.57%
G = 32%
B = 51.43%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1D385A (or 0x1D385A) is known color: Catalina Blue. HEX triplet: 1D, 38 and 5A. RGB value is (29,56,90). Sum of RGB (Red+Green+Blue) = 29+56+90=175 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.57% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D385A is #E2C7A5. Grayscale: #333333. Windows color (decimal): -14862246 or 5912605. OLE color: 5912605.

HSL color Cylindrical-coordinate representation of color #1D385A: hue angle of 213.44º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D385A is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 29 56 90 -
CMYK 0.68 0.38 0 0.65
HSL 213.44º 0.51% 0.23% -
HSV(B) 213.44º 0.68% 0.35% -
XYZ 3.77 3.83 10.21 -
YUV 51.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 29 56 90 0.68 0.38 0 0.65 213.44 0.51 0.23
Hex 1D 38 5A 44 26 0 41 D5 33 17
Octal 35 70 132 104 46 0 101 325 63 27
Binary 11101 111000 1011010 1000100 100110 0 1000001 11010101 110011 10111

Color Harmonies of #1D385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D385A

Black with #1D385A

Text Example


Text Example

White with #1D385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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