Html Css Color HEX #1B353F Blue Whale

📋 copy color: '#1B353F'

red 27 ◦ green 53 ◦ blue 63

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

Shades of Blue Whale #1B353F

Tints of Blue Whale #1B353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.06%

 BLUE value IS 63 (25% from 255) = 44.06%

R = 18.88%
G = 37.06%
B = 44.06%

CMYK

 C value IS 0.57

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1B353F (or 0x1B353F) is known color: Blue Whale. HEX triplet: 1B, 35 and 3F. RGB value is (27,53,63). Sum of RGB (Red+Green+Blue) = 27+53+63=143 (18% of max value = 765). Red value is 27 (10.94% from 255 or 18.88% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 63 - color contains mainly: blue. Hex color #1B353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B353F is #E4CAC0. Grayscale: #2E2E2E. Windows color (decimal): -14994113 or 4142363. OLE color: 4142363.

HSL color Cylindrical-coordinate representation of color #1B353F: hue angle of 196.67º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1B353F is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 27 53 63 -
CMYK 0.57 0.16 0 0.75
HSL 196.67º 0.4% 0.18% -
HSV(B) 196.67º 0.57% 0.25% -
XYZ 2.62 3.14 5.17 -
YUV 46.37 137.39 114.19 -
System Red Green Blue C M Y K H S L
Decimal 27 53 63 0.57 0.16 0 0.75 196.67 0.4 0.18
Hex 1B 35 3F 39 10 0 4B C5 28 12
Octal 33 65 77 71 20 0 113 305 50 22
Binary 11011 110101 111111 111001 10000 0 1001011 11000101 101000 10010

Color Harmonies of #1B353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B353F

Black with #1B353F

Text Example


Text Example

White with #1B353F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,53,63); }

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

background-color css

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

 a { background-color: rgb(27,53,63); }

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

border-color css

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

 span { border-color: rgb(27,53,63); }

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