Html Css Color HEX #1B3150 Catalina Blue

📋 copy color: '#1B3150'

red 27 ◦ green 49 ◦ blue 80

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

Shades of Catalina Blue #1B3150

Tints of Catalina Blue #1B3150

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.41%

 BLUE value IS 80 (31.64% from 255) = 51.28%

R = 17.31%
G = 31.41%
B = 51.28%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B3150 (or 0x1B3150) is known color: Catalina Blue. HEX triplet: 1B, 31 and 50. RGB value is (27,49,80). Sum of RGB (Red+Green+Blue) = 27+49+80=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #1B3150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3150 is #E4CEAF. Grayscale: #2D2D2D. Windows color (decimal): -14995120 or 5255451. OLE color: 5255451.

HSL color Cylindrical-coordinate representation of color #1B3150: hue angle of 215.09º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B3150 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 49 80 -
CMYK 0.66 0.39 0 0.69
HSL 215.09º 0.5% 0.21% -
HSV(B) 215.09º 0.66% 0.31% -
XYZ 3 3.01 8.01 -
YUV 45.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 27 49 80 0.66 0.39 0 0.69 215.09 0.5 0.21
Hex 1B 31 50 42 27 0 45 D7 32 15
Octal 33 61 120 102 47 0 105 327 62 25
Binary 11011 110001 1010000 1000010 100111 0 1000101 11010111 110010 10101

Color Harmonies of #1B3150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3150

Black with #1B3150

Text Example


Text Example

White with #1B3150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,49,80); }

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

background-color css

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

 a { background-color: rgb(27,49,80); }

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

border-color css

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

 span { border-color: rgb(27,49,80); }

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