Html Css Color HEX #1B315E Catalina Blue

📋 copy color: '#1B315E'

red 27 ◦ green 49 ◦ blue 94

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

Shades of Catalina Blue #1B315E

Tints of Catalina Blue #1B315E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.82%

 BLUE value IS 94 (37.11% from 255) = 55.29%

R = 15.88%
G = 28.82%
B = 55.29%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1B315E (or 0x1B315E) is known color: Catalina Blue. HEX triplet: 1B, 31 and 5E. RGB value is (27,49,94). Sum of RGB (Red+Green+Blue) = 27+49+94=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 94 (37.11% from 255 or 55.29% from 170); Max value from RGB is 94 - color contains mainly: blue. Hex color #1B315E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B315E is #E4CEA1. Grayscale: #2F2F2F. Windows color (decimal): -14995106 or 6172955. OLE color: 6172955.

HSL color Cylindrical-coordinate representation of color #1B315E: hue angle of 220.3º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B315E is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 27 49 94 -
CMYK 0.71 0.48 0 0.63
HSL 220.3º 0.55% 0.24% -
HSV(B) 220.3º 0.71% 0.37% -
XYZ 3.57 3.24 11.03 -
YUV 47.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 27 49 94 0.71 0.48 0 0.63 220.3 0.55 0.24
Hex 1B 31 5E 47 30 0 3F DC 37 18
Octal 33 61 136 107 60 0 77 334 67 30
Binary 11011 110001 1011110 1000111 110000 0 111111 11011100 110111 11000

Color Harmonies of #1B315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B315E

Black with #1B315E

Text Example


Text Example

White with #1B315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,49,94); }

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

background-color css

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

 a { background-color: rgb(27,49,94); }

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

border-color css

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

 span { border-color: rgb(27,49,94); }

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