Html Css Color HEX #1B3360 Catalina Blue

📋 copy color: '#1B3360'

red 27 ◦ green 51 ◦ blue 96

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

Shades of Catalina Blue #1B3360

Tints of Catalina Blue #1B3360

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

 BLUE value IS 96 (37.89% from 255) = 55.17%

R = 15.52%
G = 29.31%
B = 55.17%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B3360 (or 0x1B3360) is known color: Catalina Blue. HEX triplet: 1B, 33 and 60. RGB value is (27,51,96). Sum of RGB (Red+Green+Blue) = 27+51+96=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 96 (37.89% from 255 or 55.17% from 174); Max value from RGB is 96 - color contains mainly: blue. Hex color #1B3360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3360 is #E4CC9F. Grayscale: #303030. Windows color (decimal): -14994592 or 6304539. OLE color: 6304539.

HSL color Cylindrical-coordinate representation of color #1B3360: hue angle of 219.13º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B3360 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 51 96 -
CMYK 0.72 0.47 0 0.62
HSL 219.13º 0.56% 0.24% -
HSV(B) 219.13º 0.72% 0.38% -
XYZ 3.75 3.45 11.53 -
YUV 48.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 27 51 96 0.72 0.47 0 0.62 219.13 0.56 0.24
Hex 1B 33 60 48 2F 0 3E DB 38 18
Octal 33 63 140 110 57 0 76 333 70 30
Binary 11011 110011 1100000 1001000 101111 0 111110 11011011 111000 11000

Color Harmonies of #1B3360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3360

Black with #1B3360

Text Example


Text Example

White with #1B3360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,51,96); }

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

background-color css

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

 a { background-color: rgb(27,51,96); }

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

border-color css

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

 span { border-color: rgb(27,51,96); }

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