Html Css Color HEX #1B3662 Catalina Blue

📋 copy color: '#1B3662'

red 27 ◦ green 54 ◦ blue 98

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

Shades of Catalina Blue #1B3662

Tints of Catalina Blue #1B3662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.17%

 BLUE value IS 98 (38.67% from 255) = 54.75%

R = 15.08%
G = 30.17%
B = 54.75%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B3662 (or 0x1B3662) is known color: Catalina Blue. HEX triplet: 1B, 36 and 62. RGB value is (27,54,98). Sum of RGB (Red+Green+Blue) = 27+54+98=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B3662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3662 is #E4C99D. Grayscale: #323232. Windows color (decimal): -14993822 or 6436379. OLE color: 6436379.

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

Color convert

RGB 27 54 98 -
CMYK 0.72 0.45 0 0.62
HSL 217.18º 0.57% 0.25% -
HSV(B) 217.18º 0.72% 0.38% -
XYZ 3.98 3.75 12.07 -
YUV 50.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 27 54 98 0.72 0.45 0 0.62 217.18 0.57 0.25
Hex 1B 36 62 48 2D 0 3E D9 39 19
Octal 33 66 142 110 55 0 76 331 71 31
Binary 11011 110110 1100010 1001000 101101 0 111110 11011001 111001 11001

Color Harmonies of #1B3662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3662

Black with #1B3662

Text Example


Text Example

White with #1B3662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,54,98); }

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

background-color css

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

 a { background-color: rgb(27,54,98); }

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

border-color css

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

 span { border-color: rgb(27,54,98); }

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