Html Css Color HEX #1B365B Catalina Blue

📋 copy color: '#1B365B'

red 27 ◦ green 54 ◦ blue 91

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

Shades of Catalina Blue #1B365B

Tints of Catalina Blue #1B365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 91 (35.94% from 255) = 52.91%

R = 15.7%
G = 31.4%
B = 52.91%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B365B (or 0x1B365B) is known color: Catalina Blue. HEX triplet: 1B, 36 and 5B. RGB value is (27,54,91). Sum of RGB (Red+Green+Blue) = 27+54+91=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 91 (35.94% from 255 or 52.91% from 172); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B365B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B365B is #E4C9A4. Grayscale: #313131. Windows color (decimal): -14993829 or 5977627. OLE color: 5977627.

HSL color Cylindrical-coordinate representation of color #1B365B: hue angle of 214.69º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B365B is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 54 91 -
CMYK 0.70 0.41 0 0.64
HSL 214.69º 0.54% 0.23% -
HSV(B) 214.69º 0.7% 0.36% -
XYZ 3.66 3.63 10.4 -
YUV 50.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 27 54 91 0.70 0.41 0 0.64 214.69 0.54 0.23
Hex 1B 36 5B 46 29 0 40 D7 36 17
Octal 33 66 133 106 51 0 100 327 66 27
Binary 11011 110110 1011011 1000110 101001 0 1000000 11010111 110110 10111

Color Harmonies of #1B365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B365B

Black with #1B365B

Text Example


Text Example

White with #1B365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,54,91); }

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

background-color css

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

 a { background-color: rgb(27,54,91); }

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

border-color css

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

 span { border-color: rgb(27,54,91); }

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