Html Css Color HEX #1B355C Catalina Blue

📋 copy color: '#1B355C'

red 27 ◦ green 53 ◦ blue 92

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

Shades of Catalina Blue #1B355C

Tints of Catalina Blue #1B355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 53.49%

R = 15.7%
G = 30.81%
B = 53.49%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B355C (or 0x1B355C) is known color: Catalina Blue. HEX triplet: 1B, 35 and 5C. RGB value is (27,53,92). Sum of RGB (Red+Green+Blue) = 27+53+92=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 92 (36.33% from 255 or 53.49% from 172); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B355C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B355C is #E4CAA3. Grayscale: #313131. Windows color (decimal): -14994084 or 6042907. OLE color: 6042907.

HSL color Cylindrical-coordinate representation of color #1B355C: hue angle of 216º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B355C is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 53 92 -
CMYK 0.71 0.42 0 0.64
HSL 216º 0.55% 0.23% -
HSV(B) 216º 0.71% 0.36% -
XYZ 3.66 3.55 10.62 -
YUV 49.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 27 53 92 0.71 0.42 0 0.64 216 0.55 0.23
Hex 1B 35 5C 47 2A 0 40 D8 37 17
Octal 33 65 134 107 52 0 100 330 67 27
Binary 11011 110101 1011100 1000111 101010 0 1000000 11011000 110111 10111

Color Harmonies of #1B355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B355C

Black with #1B355C

Text Example


Text Example

White with #1B355C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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