Html Css Color HEX #1B3062 Catalina Blue

📋 copy color: '#1B3062'

red 27 ◦ green 48 ◦ blue 98

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

Shades of Catalina Blue #1B3062

Tints of Catalina Blue #1B3062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

 BLUE value IS 98 (38.67% from 255) = 56.65%

R = 15.61%
G = 27.75%
B = 56.65%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B3062 (or 0x1B3062) is known color: Catalina Blue. HEX triplet: 1B, 30 and 62. RGB value is (27,48,98). Sum of RGB (Red+Green+Blue) = 27+48+98=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 98 (38.67% from 255 or 56.65% from 173); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B3062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3062 is #E4CF9D. Grayscale: #2F2F2F. Windows color (decimal): -14995358 or 6434843. OLE color: 6434843.

HSL color Cylindrical-coordinate representation of color #1B3062: hue angle of 222.25º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B3062 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 48 98 -
CMYK 0.72 0.51 0 0.62
HSL 222.25º 0.57% 0.25% -
HSV(B) 222.25º 0.72% 0.38% -
XYZ 3.71 3.23 11.98 -
YUV 47.42 156.54 113.43 -
System Red Green Blue C M Y K H S L
Decimal 27 48 98 0.72 0.51 0 0.62 222.25 0.57 0.25
Hex 1B 30 62 48 33 0 3E DE 39 19
Octal 33 60 142 110 63 0 76 336 71 31
Binary 11011 110000 1100010 1001000 110011 0 111110 11011110 111001 11001

Color Harmonies of #1B3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3062

Black with #1B3062

Text Example


Text Example

White with #1B3062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,48,98); }

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

background-color css

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

 a { background-color: rgb(27,48,98); }

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

border-color css

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

 span { border-color: rgb(27,48,98); }

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