Html Css Color HEX #1B3353 Catalina Blue

📋 copy color: '#1B3353'

red 27 ◦ green 51 ◦ blue 83

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

Shades of Catalina Blue #1B3353

Tints of Catalina Blue #1B3353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 51.55%

R = 16.77%
G = 31.68%
B = 51.55%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1B3353 (or 0x1B3353) is known color: Catalina Blue. HEX triplet: 1B, 33 and 53. RGB value is (27,51,83). Sum of RGB (Red+Green+Blue) = 27+51+83=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #1B3353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3353 is #E4CCAC. Grayscale: #2F2F2F. Windows color (decimal): -14994605 or 5452571. OLE color: 5452571.

HSL color Cylindrical-coordinate representation of color #1B3353: hue angle of 214.29º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1B3353 is Cyan = 0.67, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 51 83 -
CMYK 0.67 0.39 0 0.67
HSL 214.29º 0.51% 0.22% -
HSV(B) 214.29º 0.67% 0.33% -
XYZ 3.2 3.23 8.64 -
YUV 47.47 148.05 113.4 -
System Red Green Blue C M Y K H S L
Decimal 27 51 83 0.67 0.39 0 0.67 214.29 0.51 0.22
Hex 1B 33 53 43 27 0 43 D6 33 16
Octal 33 63 123 103 47 0 103 326 63 26
Binary 11011 110011 1010011 1000011 100111 0 1000011 11010110 110011 10110

Color Harmonies of #1B3353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3353

Black with #1B3353

Text Example


Text Example

White with #1B3353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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