Html Css Color HEX #1A85AF Pelorous

📋 copy color: '#1A85AF'

red 26 ◦ green 133 ◦ blue 175

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

Shades of Pelorous #1A85AF

Tints of Pelorous #1A85AF

RGB

 RED value IS 26 (10.55% from 255) = 7.78%

 GREEN value IS 133 (52.34% from 255) = 39.82%

 BLUE value IS 175 (68.75% from 255) = 52.4%

R = 7.78%
G = 39.82%
B = 52.4%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1A85AF (or 0x1A85AF) is known color: Pelorous. HEX triplet: 1A, 85 and AF. RGB value is (26,133,175). Sum of RGB (Red+Green+Blue) = 26+133+175=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A85AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A85AF is #E57A50. Grayscale: #696969. Windows color (decimal): -15039057 or 11502874. OLE color: 11502874.

HSL color Cylindrical-coordinate representation of color #1A85AF: hue angle of 196.91º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A85AF is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 26 133 175 -
CMYK 0.85 0.24 0 0.31
HSL 196.91º 0.74% 0.39% -
HSV(B) 196.91º 0.85% 0.69% -
XYZ 16.55 20.09 43.56 -
YUV 105.8 167.05 71.08 -
System Red Green Blue C M Y K H S L
Decimal 26 133 175 0.85 0.24 0 0.31 196.91 0.74 0.39
Hex 1A 85 AF 55 18 0 1F C5 4A 27
Octal 32 205 257 125 30 0 37 305 112 47
Binary 11010 10000101 10101111 1010101 11000 0 11111 11000101 1001010 100111

Color Harmonies of #1A85AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A85AF

Black with #1A85AF

Text Example


Text Example

White with #1A85AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,133,175); }

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

background-color css

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

 a { background-color: rgb(26,133,175); }

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

border-color css

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

 span { border-color: rgb(26,133,175); }

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