Html Css Color HEX #0163AC Cerulean

📋 copy color: '#0163AC'

red 1 ◦ green 99 ◦ blue 172

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

Shades of Cerulean #0163AC

Tints of Cerulean #0163AC

RGB

 RED value IS 1 (0.78% from 255) = 0.37%

 GREEN value IS 99 (39.06% from 255) = 36.4%

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

R = 0.37%
G = 36.4%
B = 63.24%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0163AC (or 0x0163AC) is known color: Cerulean. HEX triplet: 01, 63 and AC. RGB value is (1,99,172). Sum of RGB (Red+Green+Blue) = 1+99+172=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 99 (39.06% from 255 or 36.40% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #0163AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0163AC is #FE9C53. Grayscale: #4D4D4D. Windows color (decimal): -16686164 or 11297537. OLE color: 11297537.

HSL color Cylindrical-coordinate representation of color #0163AC: hue angle of 205.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0163AC is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 1 99 172 -
CMYK 0.99 0.42 0 0.33
HSL 205.61º 0.99% 0.34% -
HSV(B) 205.61º 0.99% 0.67% -
XYZ 11.92 11.91 40.7 -
YUV 78.02 181.03 73.06 -
System Red Green Blue C M Y K H S L
Decimal 1 99 172 0.99 0.42 0 0.33 205.61 0.99 0.34
Hex 1 63 AC 63 2A 0 21 CE 63 22
Octal 1 143 254 143 52 0 41 316 143 42
Binary 1 1100011 10101100 1100011 101010 0 100001 11001110 1100011 100010

Color Harmonies of #0163AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0163AC

Black with #0163AC

Text Example


Text Example

White with #0163AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,99,172); }

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

background-color css

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

 a { background-color: rgb(1,99,172); }

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

border-color css

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

 span { border-color: rgb(1,99,172); }

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