Html Css Color HEX #1B375B Catalina Blue

📋 copy color: '#1B375B'

red 27 ◦ green 55 ◦ blue 91

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

Shades of Catalina Blue #1B375B

Tints of Catalina Blue #1B375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.79%

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

R = 15.61%
G = 31.79%
B = 52.6%

CMYK

 C value IS 0.70

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B375B (or 0x1B375B) is known color: Catalina Blue. HEX triplet: 1B, 37 and 5B. RGB value is (27,55,91). Sum of RGB (Red+Green+Blue) = 27+55+91=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 91 (35.94% from 255 or 52.60% from 173); Max value from RGB is 91 - color contains mainly: blue. Hex color #1B375B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B375B is #E4C8A4. Grayscale: #323232. Windows color (decimal): -14993573 or 5977883. OLE color: 5977883.

HSL color Cylindrical-coordinate representation of color #1B375B: hue angle of 213.75º 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 #1B375B is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 55 91 -
CMYK 0.70 0.40 0 0.64
HSL 213.75º 0.54% 0.23% -
HSV(B) 213.75º 0.7% 0.36% -
XYZ 3.71 3.72 10.42 -
YUV 50.73 150.72 111.07 -
System Red Green Blue C M Y K H S L
Decimal 27 55 91 0.70 0.40 0 0.64 213.75 0.54 0.23
Hex 1B 37 5B 46 28 0 40 D6 36 17
Octal 33 67 133 106 50 0 100 326 66 27
Binary 11011 110111 1011011 1000110 101000 0 1000000 11010110 110110 10111

Color Harmonies of #1B375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B375B

Black with #1B375B

Text Example


Text Example

White with #1B375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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