Html Css Color HEX #1082AF Cerulean

📋 copy color: '#1082AF'

red 16 ◦ green 130 ◦ blue 175

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

Shades of Cerulean #1082AF

Tints of Cerulean #1082AF

RGB

 RED value IS 16 (6.64% from 255) = 4.98%

 GREEN value IS 130 (51.17% from 255) = 40.5%

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

R = 4.98%
G = 40.5%
B = 54.52%

CMYK

 C value IS 0.91

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1082AF (or 0x1082AF) is known color: Cerulean. HEX triplet: 10, 82 and AF. RGB value is (16,130,175). Sum of RGB (Red+Green+Blue) = 16+130+175=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #1082AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1082AF is #EF7D50. Grayscale: #646464. Windows color (decimal): -15695185 or 11502096. OLE color: 11502096.

HSL color Cylindrical-coordinate representation of color #1082AF: hue angle of 196.98º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1082AF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 130 175 -
CMYK 0.91 0.26 0 0.31
HSL 196.98º 0.83% 0.37% -
HSV(B) 196.98º 0.91% 0.69% -
XYZ 15.93 19.17 43.42 -
YUV 101.04 169.73 67.34 -
System Red Green Blue C M Y K H S L
Decimal 16 130 175 0.91 0.26 0 0.31 196.98 0.83 0.37
Hex 10 82 AF 5B 1A 0 1F C5 53 25
Octal 20 202 257 133 32 0 37 305 123 45
Binary 10000 10000010 10101111 1011011 11010 0 11111 11000101 1010011 100101

Color Harmonies of #1082AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1082AF

Black with #1082AF

Text Example


Text Example

White with #1082AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1082AF; }

 p { color: rgb(16,130,175); }

 H1.HeaderClassName
 {
   color: #1082AF;
 }
 .AnyTagClassName
 {
   color: #1082AF;
 }
</style>

background-color css

<style>
 a { background-color: #1082AF; }

 a { background-color: rgb(16,130,175); }

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

border-color css

<style>
 span { border-color: #1082AF; }

 span { border-color: rgb(16,130,175); }

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