Html Css Color HEX #0769AF Cerulean

📋 copy color: '#0769AF'

red 7 ◦ green 105 ◦ blue 175

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

Shades of Cerulean #0769AF

Tints of Cerulean #0769AF

RGB

 RED value IS 7 (3.13% from 255) = 2.44%

 GREEN value IS 105 (41.41% from 255) = 36.59%

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

R = 2.44%
G = 36.59%
B = 60.98%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0769AF (or 0x0769AF) is known color: Cerulean. HEX triplet: 07, 69 and AF. RGB value is (7,105,175). Sum of RGB (Red+Green+Blue) = 7+105+175=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 175 (68.75% from 255 or 60.98% from 287); Max value from RGB is 175 - color contains mainly: blue. Hex color #0769AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0769AF is #F89650. Grayscale: #535353. Windows color (decimal): -16291409 or 11495687. OLE color: 11495687.

HSL color Cylindrical-coordinate representation of color #0769AF: hue angle of 205º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0769AF is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 7 105 175 -
CMYK 0.96 0.40 0 0.31
HSL 205º 0.92% 0.36% -
HSV(B) 205º 0.96% 0.69% -
XYZ 12.88 13.24 42.43 -
YUV 83.68 179.53 73.31 -
System Red Green Blue C M Y K H S L
Decimal 7 105 175 0.96 0.40 0 0.31 205 0.92 0.36
Hex 7 69 AF 60 28 0 1F CD 5C 24
Octal 7 151 257 140 50 0 37 315 134 44
Binary 111 1101001 10101111 1100000 101000 0 11111 11001101 1011100 100100

Color Harmonies of #0769AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0769AF

Black with #0769AF

Text Example


Text Example

White with #0769AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,105,175); }

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

background-color css

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

 a { background-color: rgb(7,105,175); }

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

border-color css

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

 span { border-color: rgb(7,105,175); }

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