Html Css Color HEX #1075AC Cerulean

📋 copy color: '#1075AC'

red 16 ◦ green 117 ◦ blue 172

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

Shades of Cerulean #1075AC

Tints of Cerulean #1075AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 5.25%
G = 38.36%
B = 56.39%

CMYK

 C value IS 0.91

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1075AC (or 0x1075AC) is known color: Cerulean. HEX triplet: 10, 75 and AC. RGB value is (16,117,172). Sum of RGB (Red+Green+Blue) = 16+117+172=305 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.25% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #1075AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1075AC is #EF8A53. Grayscale: #5C5C5C. Windows color (decimal): -15698516 or 11302160. OLE color: 11302160.

HSL color Cylindrical-coordinate representation of color #1075AC: hue angle of 201.15º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1075AC is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 16 117 172 -
CMYK 0.91 0.32 0 0.33
HSL 201.15º 0.83% 0.37% -
HSV(B) 201.15º 0.91% 0.67% -
XYZ 14.02 15.81 41.34 -
YUV 93.07 172.54 73.03 -
System Red Green Blue C M Y K H S L
Decimal 16 117 172 0.91 0.32 0 0.33 201.15 0.83 0.37
Hex 10 75 AC 5B 20 0 21 C9 53 25
Octal 20 165 254 133 40 0 41 311 123 45
Binary 10000 1110101 10101100 1011011 100000 0 100001 11001001 1010011 100101

Color Harmonies of #1075AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1075AC

Black with #1075AC

Text Example


Text Example

White with #1075AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1075AC; }

 p { color: rgb(16,117,172); }

 H1.HeaderClassName
 {
   color: #1075AC;
 }
 .AnyTagClassName
 {
   color: #1075AC;
 }
</style>

background-color css

<style>
 a { background-color: #1075AC; }

 a { background-color: rgb(16,117,172); }

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

border-color css

<style>
 span { border-color: #1075AC; }

 span { border-color: rgb(16,117,172); }

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