Html Css Color HEX #1B356D Catalina Blue

📋 copy color: '#1B356D'

red 27 ◦ green 53 ◦ blue 109

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

Shades of Catalina Blue #1B356D

Tints of Catalina Blue #1B356D

RGB

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

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

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

R = 14.29%
G = 28.04%
B = 57.67%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B356D (or 0x1B356D) is known color: Catalina Blue. HEX triplet: 1B, 35 and 6D. RGB value is (27,53,109). Sum of RGB (Red+Green+Blue) = 27+53+109=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 109 (42.97% from 255 or 57.67% from 189); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B356D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B356D is #E4CA92. Grayscale: #333333. Windows color (decimal): -14994067 or 7157019. OLE color: 7157019.

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

Color convert

RGB 27 53 109 -
CMYK 0.75 0.51 0 0.57
HSL 220.98º 0.6% 0.27% -
HSV(B) 220.98º 0.75% 0.43% -
XYZ 4.49 3.88 14.98 -
YUV 51.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 27 53 109 0.75 0.51 0 0.57 220.98 0.6 0.27
Hex 1B 35 6D 4B 33 0 39 DD 3C 1B
Octal 33 65 155 113 63 0 71 335 74 33
Binary 11011 110101 1101101 1001011 110011 0 111001 11011101 111100 11011

Color Harmonies of #1B356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B356D

Black with #1B356D

Text Example


Text Example

White with #1B356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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