Html Css Color HEX #1B396D Catalina Blue

📋 copy color: '#1B396D'

red 27 ◦ green 57 ◦ blue 109

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

Shades of Catalina Blue #1B396D

Tints of Catalina Blue #1B396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

 BLUE value IS 109 (42.97% from 255) = 56.48%

R = 13.99%
G = 29.53%
B = 56.48%

CMYK

 C value IS 0.75

 M value IS 0.48

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B396D (or 0x1B396D) is known color: Catalina Blue. HEX triplet: 1B, 39 and 6D. RGB value is (27,57,109). Sum of RGB (Red+Green+Blue) = 27+57+109=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B396D is #E4C692. Grayscale: #353535. Windows color (decimal): -14993043 or 7158043. OLE color: 7158043.

HSL color Cylindrical-coordinate representation of color #1B396D: hue angle of 218.05º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B396D is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 27 57 109 -
CMYK 0.75 0.48 0 0.57
HSL 218.05º 0.6% 0.27% -
HSV(B) 218.05º 0.75% 0.43% -
XYZ 4.68 4.26 15.04 -
YUV 53.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 27 57 109 0.75 0.48 0 0.57 218.05 0.6 0.27
Hex 1B 39 6D 4B 30 0 39 DA 3C 1B
Octal 33 71 155 113 60 0 71 332 74 33
Binary 11011 111001 1101101 1001011 110000 0 111001 11011010 111100 11011

Color Harmonies of #1B396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B396D

Black with #1B396D

Text Example


Text Example

White with #1B396D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,57,109); }

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

background-color css

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

 a { background-color: rgb(27,57,109); }

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

border-color css

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

 span { border-color: rgb(27,57,109); }

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