Html Css Color HEX #1B386D Catalina Blue

📋 copy color: '#1B386D'

red 27 ◦ green 56 ◦ blue 109

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

Shades of Catalina Blue #1B386D

Tints of Catalina Blue #1B386D

RGB

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

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

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

R = 14.06%
G = 29.17%
B = 56.77%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B386D (or 0x1B386D) is known color: Catalina Blue. HEX triplet: 1B, 38 and 6D. RGB value is (27,56,109). Sum of RGB (Red+Green+Blue) = 27+56+109=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 109 (42.97% from 255 or 56.77% from 192); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B386D is #E4C792. Grayscale: #353535. Windows color (decimal): -14993299 or 7157787. OLE color: 7157787.

HSL color Cylindrical-coordinate representation of color #1B386D: hue angle of 218.78º 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 #1B386D is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 27 56 109 -
CMYK 0.75 0.49 0 0.57
HSL 218.78º 0.6% 0.27% -
HSV(B) 218.78º 0.75% 0.43% -
XYZ 4.63 4.17 15.03 -
YUV 53.37 159.39 109.19 -
System Red Green Blue C M Y K H S L
Decimal 27 56 109 0.75 0.49 0 0.57 218.78 0.6 0.27
Hex 1B 38 6D 4B 31 0 39 DB 3C 1B
Octal 33 70 155 113 61 0 71 333 74 33
Binary 11011 111000 1101101 1001011 110001 0 111001 11011011 111100 11011

Color Harmonies of #1B386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B386D

Black with #1B386D

Text Example


Text Example

White with #1B386D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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