Html Css Color HEX #1B3563 Catalina Blue

📋 copy color: '#1B3563'

red 27 ◦ green 53 ◦ blue 99

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

Shades of Catalina Blue #1B3563

Tints of Catalina Blue #1B3563

RGB

 RED value IS 27 (10.94% from 255) = 15.08%

 GREEN value IS 53 (21.09% from 255) = 29.61%

 BLUE value IS 99 (39.06% from 255) = 55.31%

R = 15.08%
G = 29.61%
B = 55.31%

CMYK

 C value IS 0.73

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1B3563 (or 0x1B3563) is known color: Catalina Blue. HEX triplet: 1B, 35 and 63. RGB value is (27,53,99). Sum of RGB (Red+Green+Blue) = 27+53+99=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 99 (39.06% from 255 or 55.31% from 179); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B3563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3563 is #E4CA9C. Grayscale: #323232. Windows color (decimal): -14994077 or 6501659. OLE color: 6501659.

HSL color Cylindrical-coordinate representation of color #1B3563: hue angle of 218.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B3563 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 27 53 99 -
CMYK 0.73 0.46 0 0.61
HSL 218.33º 0.57% 0.25% -
HSV(B) 218.33º 0.73% 0.39% -
XYZ 3.98 3.68 12.31 -
YUV 50.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 27 53 99 0.73 0.46 0 0.61 218.33 0.57 0.25
Hex 1B 35 63 49 2E 0 3D DA 39 19
Octal 33 65 143 111 56 0 75 332 71 31
Binary 11011 110101 1100011 1001001 101110 0 111101 11011010 111001 11001

Color Harmonies of #1B3563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3563

Black with #1B3563

Text Example


Text Example

White with #1B3563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,53,99); }

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

background-color css

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

 a { background-color: rgb(27,53,99); }

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

border-color css

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

 span { border-color: rgb(27,53,99); }

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