Html Css Color HEX #1B384A Blue Whale

📋 copy color: '#1B384A'

red 27 ◦ green 56 ◦ blue 74

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

Shades of Blue Whale #1B384A

Tints of Blue Whale #1B384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

 BLUE value IS 74 (29.3% from 255) = 47.13%

R = 17.2%
G = 35.67%
B = 47.13%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1B384A (or 0x1B384A) is known color: Blue Whale. HEX triplet: 1B, 38 and 4A. RGB value is (27,56,74). Sum of RGB (Red+Green+Blue) = 27+56+74=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 74 (29.30% from 255 or 47.13% from 157); Max value from RGB is 74 - color contains mainly: blue. Hex color #1B384A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B384A is #E4C7B5. Grayscale: #313131. Windows color (decimal): -14993334 or 4864027. OLE color: 4864027.

HSL color Cylindrical-coordinate representation of color #1B384A: hue angle of 202.98º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B384A is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 27 56 74 -
CMYK 0.64 0.24 0 0.71
HSL 202.98º 0.47% 0.2% -
HSV(B) 202.98º 0.64% 0.29% -
XYZ 3.1 3.56 7 -
YUV 49.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 27 56 74 0.64 0.24 0 0.71 202.98 0.47 0.2
Hex 1B 38 4A 40 18 0 47 CB 2F 14
Octal 33 70 112 100 30 0 107 313 57 24
Binary 11011 111000 1001010 1000000 11000 0 1000111 11001011 101111 10100

Color Harmonies of #1B384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B384A

Black with #1B384A

Text Example


Text Example

White with #1B384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,56,74); }

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

background-color css

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

 a { background-color: rgb(27,56,74); }

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

border-color css

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

 span { border-color: rgb(27,56,74); }

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