Html Css Color HEX #1B3457 Catalina Blue

📋 copy color: '#1B3457'

red 27 ◦ green 52 ◦ blue 87

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

Shades of Catalina Blue #1B3457

Tints of Catalina Blue #1B3457

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.33%

 BLUE value IS 87 (34.38% from 255) = 52.41%

R = 16.27%
G = 31.33%
B = 52.41%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1B3457 (or 0x1B3457) is known color: Catalina Blue. HEX triplet: 1B, 34 and 57. RGB value is (27,52,87). Sum of RGB (Red+Green+Blue) = 27+52+87=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 87 (34.38% from 255 or 52.41% from 166); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B3457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3457 is #E4CBA8. Grayscale: #303030. Windows color (decimal): -14994345 or 5714971. OLE color: 5714971.

HSL color Cylindrical-coordinate representation of color #1B3457: hue angle of 215º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B3457 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 27 52 87 -
CMYK 0.69 0.40 0 0.66
HSL 215º 0.53% 0.22% -
HSV(B) 215º 0.69% 0.34% -
XYZ 3.4 3.38 9.49 -
YUV 48.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 27 52 87 0.69 0.40 0 0.66 215 0.53 0.22
Hex 1B 34 57 45 28 0 42 D7 35 16
Octal 33 64 127 105 50 0 102 327 65 26
Binary 11011 110100 1010111 1000101 101000 0 1000010 11010111 110101 10110

Color Harmonies of #1B3457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3457

Black with #1B3457

Text Example


Text Example

White with #1B3457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,52,87); }

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

background-color css

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

 a { background-color: rgb(27,52,87); }

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

border-color css

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

 span { border-color: rgb(27,52,87); }

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