Html Css Color HEX #1B3764 Catalina Blue

📋 copy color: '#1B3764'

red 27 ◦ green 55 ◦ blue 100

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

Shades of Catalina Blue #1B3764

Tints of Catalina Blue #1B3764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 54.95%

R = 14.84%
G = 30.22%
B = 54.95%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#1B3764 (or 0x1B3764) is known color: Catalina Blue. HEX triplet: 1B, 37 and 64. RGB value is (27,55,100). Sum of RGB (Red+Green+Blue) = 27+55+100=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 100 (39.45% from 255 or 54.95% from 182); Max value from RGB is 100 - color contains mainly: blue. Hex color #1B3764 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3764 is #E4C89B. Grayscale: #333333. Windows color (decimal): -14993564 or 6567707. OLE color: 6567707.

HSL color Cylindrical-coordinate representation of color #1B3764: hue angle of 216.99º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B3764 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 27 55 100 -
CMYK 0.73 0.45 0 0.61
HSL 216.99º 0.57% 0.25% -
HSV(B) 216.99º 0.73% 0.39% -
XYZ 4.12 3.89 12.59 -
YUV 51.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 27 55 100 0.73 0.45 0 0.61 216.99 0.57 0.25
Hex 1B 37 64 49 2D 0 3D D9 39 19
Octal 33 67 144 111 55 0 75 331 71 31
Binary 11011 110111 1100100 1001001 101101 0 111101 11011001 111001 11001

Color Harmonies of #1B3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3764

Black with #1B3764

Text Example


Text Example

White with #1B3764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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