Html Css Color HEX #01769A Cerulean

📋 copy color: '#01769A'

red 1 ◦ green 118 ◦ blue 154

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

Shades of Cerulean #01769A

Tints of Cerulean #01769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

 BLUE value IS 154 (60.55% from 255) = 56.41%

R = 0.37%
G = 43.22%
B = 56.41%

CMYK

 C value IS 0.99

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01769A (or 0x01769A) is known color: Cerulean. HEX triplet: 01, 76 and 9A. RGB value is (1,118,154). Sum of RGB (Red+Green+Blue) = 1+118+154=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #01769A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01769A is #FE8965. Grayscale: #565656. Windows color (decimal): -16681318 or 10122753. OLE color: 10122753.

HSL color Cylindrical-coordinate representation of color #01769A: hue angle of 194.12º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01769A is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 118 154 -
CMYK 0.99 0.23 0 0.40
HSL 194.12º 0.99% 0.3% -
HSV(B) 194.12º 0.99% 0.6% -
XYZ 12.32 15.3 32.87 -
YUV 87.12 165.74 66.57 -
System Red Green Blue C M Y K H S L
Decimal 1 118 154 0.99 0.23 0 0.40 194.12 0.99 0.3
Hex 1 76 9A 63 17 0 28 C2 63 1E
Octal 1 166 232 143 27 0 50 302 143 36
Binary 1 1110110 10011010 1100011 10111 0 101000 11000010 1100011 11110

Color Harmonies of #01769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01769A

Black with #01769A

Text Example


Text Example

White with #01769A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01769A; }

 p { color: rgb(1,118,154); }

 H1.HeaderClassName
 {
   color: #01769A;
 }
 .AnyTagClassName
 {
   color: #01769A;
 }
</style>

background-color css

<style>
 a { background-color: #01769A; }

 a { background-color: rgb(1,118,154); }

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

border-color css

<style>
 span { border-color: #01769A; }

 span { border-color: rgb(1,118,154); }

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