Html Css Color HEX #1B3762 Catalina Blue

📋 copy color: '#1B3762'

red 27 ◦ green 55 ◦ blue 98

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

Shades of Catalina Blue #1B3762

Tints of Catalina Blue #1B3762

RGB

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

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

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

R = 15%
G = 30.56%
B = 54.44%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B3762 (or 0x1B3762) is known color: Catalina Blue. HEX triplet: 1B, 37 and 62. RGB value is (27,55,98). Sum of RGB (Red+Green+Blue) = 27+55+98=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B3762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3762 is #E4C89D. Grayscale: #333333. Windows color (decimal): -14993566 or 6436635. OLE color: 6436635.

HSL color Cylindrical-coordinate representation of color #1B3762: hue angle of 216.34º 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 #1B3762 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 55 98 -
CMYK 0.72 0.44 0 0.62
HSL 216.34º 0.57% 0.25% -
HSV(B) 216.34º 0.72% 0.38% -
XYZ 4.02 3.85 12.09 -
YUV 51.53 154.22 110.5 -
System Red Green Blue C M Y K H S L
Decimal 27 55 98 0.72 0.44 0 0.62 216.34 0.57 0.25
Hex 1B 37 62 48 2C 0 3E D8 39 19
Octal 33 67 142 110 54 0 76 330 71 31
Binary 11011 110111 1100010 1001000 101100 0 111110 11011000 111001 11001

Color Harmonies of #1B3762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3762

Black with #1B3762

Text Example


Text Example

White with #1B3762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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