Html Css Color HEX #1075B2 Cerulean

📋 copy color: '#1075B2'

red 16 ◦ green 117 ◦ blue 178

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

Shades of Cerulean #1075B2

Tints of Cerulean #1075B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 57.23%

R = 5.14%
G = 37.62%
B = 57.23%

CMYK

 C value IS 0.91

 M value IS 0.34

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1075B2 (or 0x1075B2) is known color: Cerulean. HEX triplet: 10, 75 and B2. RGB value is (16,117,178). Sum of RGB (Red+Green+Blue) = 16+117+178=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #1075B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1075B2 is #EF8A4D. Grayscale: #5D5D5D. Windows color (decimal): -15698510 or 11695376. OLE color: 11695376.

HSL color Cylindrical-coordinate representation of color #1075B2: hue angle of 202.59º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1075B2 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 16 117 178 -
CMYK 0.91 0.34 0 0.30
HSL 202.59º 0.84% 0.38% -
HSV(B) 202.59º 0.91% 0.7% -
XYZ 14.61 16.05 44.45 -
YUV 93.76 175.54 72.54 -
System Red Green Blue C M Y K H S L
Decimal 16 117 178 0.91 0.34 0 0.30 202.59 0.84 0.38
Hex 10 75 B2 5B 22 0 1E CB 54 26
Octal 20 165 262 133 42 0 36 313 124 46
Binary 10000 1110101 10110010 1011011 100010 0 11110 11001011 1010100 100110

Color Harmonies of #1075B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1075B2

Black with #1075B2

Text Example


Text Example

White with #1075B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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