Html Css Color HEX #1B5368 Arapawa

📋 copy color: '#1B5368'

red 27 ◦ green 83 ◦ blue 104

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

Shades of Arapawa #1B5368

Tints of Arapawa #1B5368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.79%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 12.62%
G = 38.79%
B = 48.6%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1B5368 (or 0x1B5368) is known color: Arapawa. HEX triplet: 1B, 53 and 68. RGB value is (27,83,104). Sum of RGB (Red+Green+Blue) = 27+83+104=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B5368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5368 is #E4AC97. Grayscale: #444444. Windows color (decimal): -14986392 or 6837019. OLE color: 6837019.

HSL color Cylindrical-coordinate representation of color #1B5368: hue angle of 196.36º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B5368 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 27 83 104 -
CMYK 0.74 0.20 0 0.59
HSL 196.36º 0.59% 0.26% -
HSV(B) 196.36º 0.74% 0.41% -
XYZ 6.04 7.42 14.21 -
YUV 68.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 27 83 104 0.74 0.20 0 0.59 196.36 0.59 0.26
Hex 1B 53 68 4A 14 0 3B C4 3B 1A
Octal 33 123 150 112 24 0 73 304 73 32
Binary 11011 1010011 1101000 1001010 10100 0 111011 11000100 111011 11010

Color Harmonies of #1B5368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B5368

Black with #1B5368

Text Example


Text Example

White with #1B5368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,83,104); }

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

background-color css

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

 a { background-color: rgb(27,83,104); }

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

border-color css

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

 span { border-color: rgb(27,83,104); }

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