Html Css Color HEX #1B3861 Catalina Blue

📋 copy color: '#1B3861'

red 27 ◦ green 56 ◦ blue 97

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

Shades of Catalina Blue #1B3861

Tints of Catalina Blue #1B3861

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.11%

 BLUE value IS 97 (38.28% from 255) = 53.89%

R = 15%
G = 31.11%
B = 53.89%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B3861 (or 0x1B3861) is known color: Catalina Blue. HEX triplet: 1B, 38 and 61. RGB value is (27,56,97). Sum of RGB (Red+Green+Blue) = 27+56+97=180 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B3861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3861 is #E4C79E. Grayscale: #333333. Windows color (decimal): -14993311 or 6371355. OLE color: 6371355.

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

Color convert

RGB 27 56 97 -
CMYK 0.72 0.42 0 0.62
HSL 215.14º 0.56% 0.24% -
HSV(B) 215.14º 0.72% 0.38% -
XYZ 4.02 3.92 11.85 -
YUV 52 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 27 56 97 0.72 0.42 0 0.62 215.14 0.56 0.24
Hex 1B 38 61 48 2A 0 3E D7 38 18
Octal 33 70 141 110 52 0 76 327 70 30
Binary 11011 111000 1100001 1001000 101010 0 111110 11010111 111000 11000

Color Harmonies of #1B3861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3861

Black with #1B3861

Text Example


Text Example

White with #1B3861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,56,97); }

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

background-color css

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

 a { background-color: rgb(27,56,97); }

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

border-color css

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

 span { border-color: rgb(27,56,97); }

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