Html Css Color HEX #1B3A71 Catalina Blue

📋 copy color: '#1B3A71'

red 27 ◦ green 58 ◦ blue 113

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

Shades of Catalina Blue #1B3A71

Tints of Catalina Blue #1B3A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.29%

 BLUE value IS 113 (44.53% from 255) = 57.07%

R = 13.64%
G = 29.29%
B = 57.07%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1B3A71 (or 0x1B3A71) is known color: Catalina Blue. HEX triplet: 1B, 3A and 71. RGB value is (27,58,113). Sum of RGB (Red+Green+Blue) = 27+58+113=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 113 (44.53% from 255 or 57.07% from 198); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B3A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3A71 is #E4C58E. Grayscale: #363636. Windows color (decimal): -14992783 or 7420443. OLE color: 7420443.

HSL color Cylindrical-coordinate representation of color #1B3A71: hue angle of 218.37º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B3A71 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 27 58 113 -
CMYK 0.76 0.49 0 0.56
HSL 218.37º 0.61% 0.27% -
HSV(B) 218.37º 0.76% 0.44% -
XYZ 4.95 4.45 16.22 -
YUV 55 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 27 58 113 0.76 0.49 0 0.56 218.37 0.61 0.27
Hex 1B 3A 71 4C 31 0 38 DA 3D 1B
Octal 33 72 161 114 61 0 70 332 75 33
Binary 11011 111010 1110001 1001100 110001 0 111000 11011010 111101 11011

Color Harmonies of #1B3A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3A71

Black with #1B3A71

Text Example


Text Example

White with #1B3A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,58,113); }

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

background-color css

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

 a { background-color: rgb(27,58,113); }

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

border-color css

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

 span { border-color: rgb(27,58,113); }

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