#1D85C1

Color #1D85C1 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #1D85C1

Tints of Pelorous #1D85C1

Color information

#1D85C1 (or 0x1D85C1) is unknown color: approx Pelorous. HEX triplet: 1D, 85 and C1. RGB value is (29,133,193). Sum of RGB (Red+Green+Blue) = 29+133+193=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #1D85C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D85C1 is #E27A3E. Grayscale: #6C6C6C. Windows color (decimal): -14842431 or 12682525. OLE color: 12682525.

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

Color convert

RGB29133193-
CMYK0.850.3100.24
HSL201.95º73.87%43.53%-
HSV(B)201.95º84.97%75.69%-
XYZ18.5220.8953.51-
YUV108.74175.5471.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.17%
GREEN value IS 133 (52.34% from 255) = 37.46%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=8.17%
G=37.46%
B=54.37%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal291331930.850.3100.24201.9573.8743.53
Hex1D85C1551F018ca4a2c
Octal352053011253703031211254
Binary111011000010111000001101010111111011000110010101001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D85C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,133,193); }

 H1.HeaderClassName
 {
   color: #1D85C1;
 }
 .AnyTagClassName
 {
   color: #1D85C1;
 }
</style>
background-color css

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

 a { background-color: rgb(29,133,193); }

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

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

 span { border-color: rgb(29,133,193); }

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